Hu Ye
62e4af9d0c
add sd3_attention_processor.py
2024-06-28 10:47:03 +08:00
Hu Ye
cfcdf8ce36
Merge pull request #373 from aycaecemgul/main
...
repeat face embeds according to num samples to match with prompt list on portrait pipeline
2024-05-30 11:18:40 +08:00
aycaecemgul
035a8e32fc
repeat face embeds according to num samples to match with prompt list length
2024-05-29 14:35:24 +03:00
Hu Ye
11a9046821
Merge pull request #338 from xiaohu2015/main
...
for the new diffuser version
2024-04-16 18:51:44 +08:00
Hu Ye
1fc70e162b
for the new diffuser version
2024-04-16 18:46:58 +08:00
Hu Ye
8e1a977274
for the new diffuser version
2024-04-16 18:45:47 +08:00
Hu Ye
685b550ed2
Update README.md
2024-04-07 22:11:43 +08:00
Hu Ye
5a18b1f366
Merge pull request #296 from aycaecemgul/main
...
seed can be a list
2024-02-17 21:08:51 +08:00
Ayça
ab3acb20df
all generators use get_generator() now
2024-02-15 12:58:57 +03:00
Ayça
abd3f860d1
device added as a parameter
2024-02-15 10:55:54 +03:00
Ayça
911a65f006
get_generator() implemented to use on all ip adapter pipelines
2024-02-15 09:52:48 +03:00
Ayça
9e82c1038a
seed list implemented for face id
2024-02-13 14:58:04 +03:00
Ayça
39b4dbf653
seed can be a list
2024-02-12 16:10:40 +03:00
Hu Ye
305a205685
Merge pull request #272 from flerim/patch-1
...
Enable sequential execution with specific seed
2024-01-23 16:45:51 +08:00
flerim
f226635188
Enable sequential execution with specific seed
...
Please note that every time you call the ip_adapter instance twice, the generator resets the seed. This prevents the reproduction of experiments with multiple calls.
2024-01-23 09:01:18 +01:00
Hu Ye
1df1894d89
Merge pull request #270 from kovalexal/guidance_scale_fix
...
Added missing guidance_scale passing to StableDiffusionXL from IPAdapterFaceIDPlusXL pipeline
2024-01-22 22:10:41 +08:00
Alexander Kovalchuk
9561017232
Added missing guidance_scale passing to StableDiffusionXL from IPAdapterFaceIDPlusXL pipeline
2024-01-22 17:04:25 +03:00
Hu Ye
9315694d63
Merge pull request #262 from xiaohu2015/main
...
add IP-Adapter-FaceID-Portrait
2024-01-19 15:31:28 +08:00
xiaohu2015
2397f7c373
add IP-Adapter-FaceID-Portrait
2024-01-19 15:30:01 +08:00
Hu Ye
d536fa03fd
Update README.md
2024-01-18 14:34:58 +08:00
Hu Ye
54012ce718
Merge pull request #260 from xiaohu2015/main
...
add sdxl plusv2
2024-01-17 18:47:39 +08:00
xiaohu2015
78dbadeee1
add sdxl plusv2
2024-01-17 18:46:31 +08:00
Hu Ye
f1d76c98b7
Merge pull request #241 from xiaohu2015/main
...
update
2024-01-09 19:25:09 +08:00
Hu Ye
69b4987a12
Update README.md
2024-01-09 19:24:46 +08:00
xiaohu2015
3013ccdf99
update
2024-01-09 19:22:23 +08:00
Hu Ye
11b225d765
Merge pull request #239 from YZBPXX/main
...
fix image_encoder not define
2024-01-09 16:10:44 +08:00
Your Name
6674cffa2e
fix image_encoder not define
2024-01-09 16:27:11 +09:00
Hu Ye
f4b6742db3
Merge pull request #228 from xiaohu2015/main
...
support torch2.0, much faster
2024-01-04 17:20:36 +08:00
xiaohu2015
7665b6257b
support torch2.0, much faster
2024-01-04 17:18:54 +08:00
Hu Ye
c8d64a4874
Merge pull request #226 from tencent-ailab/revert-224-revert-223-main
...
Revert "Revert "Support for other models.""
2024-01-04 14:06:38 +08:00
Hu Ye
9cf7a8cebe
Revert "Revert "Support for other models.""
2024-01-04 14:06:24 +08:00
Hu Ye
0f7c5d2cd1
Merge pull request #225 from YZBPXX/main
...
Add visualization_attnmap_sdxl_plus-face.ipynb
2024-01-04 14:03:55 +08:00
YZBPXX
7bca44ff26
Add visualization_attnmap_sdxl_plus-face.ipynb
2024-01-04 12:20:28 +08:00
Hu Ye
6a8f2a2dad
Merge pull request #224 from tencent-ailab/revert-223-main
...
Revert "Support for other models."
2024-01-04 11:50:00 +08:00
Hu Ye
7e9a3748c7
Revert "Support for other models."
2024-01-04 11:49:50 +08:00
Hu Ye
b9390fa168
Merge pull request #223 from YZBPXX/main
...
Support for other models.
2024-01-04 11:49:09 +08:00
YZBPXX
381ed84850
Add visualization_attnmap_sdxl_plus-face.ipynb
2024-01-04 11:39:31 +08:00
YZBPXX
4fb7108942
Support for other models.
2024-01-04 10:22:17 +08:00
Hu Ye
3045b0595c
Merge pull request #222 from YZBPXX/main
...
Modify the path for loading the model.
2024-01-03 21:08:11 +08:00
root
50b59b47c2
add visual
2024-01-03 21:48:11 +09:00
Hu Ye
020191cc2c
Merge pull request #221 from YZBPXX/main
...
add visualization code
2024-01-03 20:46:37 +08:00
root
06d94b2535
add visual
2024-01-03 21:23:40 +09:00
Hu Ye
9d8960cbe8
Merge pull request #213 from ironbar/add-cpu-support
...
Added support for cpu for ip-adapter-face
2023-12-30 19:12:44 +08:00
Guillermo Barbadillo
7ed7163a74
added torch_dtype parameter
2023-12-30 11:10:35 +01:00
Hu Ye
9cd5a487e5
Merge pull request #210 from xiaohu2015/main
...
add ip-adapter-faceid-plusv2
2023-12-29 21:25:54 +08:00
xiaohu2015
35e18103a8
add ip-adapter-faceid-plusv2
2023-12-29 21:17:25 +08:00
Hu Ye
6658501ceb
Merge pull request #205 from xiaohu2015/main
...
add ip-adapter-faceid-plus
2023-12-27 17:01:50 +08:00
Hu Ye
23253719d8
Update README.md
2023-12-27 17:00:42 +08:00
Hu Ye
3b49666112
add ip-adapter-faceid-plus
2023-12-27 16:59:45 +08:00
Hu Ye
1c3c9908e0
fix a small bug
2023-12-25 14:27:57 +08:00