comfyanonymous
|
ba8920ca60
|
Remove duplicate code.
|
2024-07-24 01:12:59 -04:00 |
|
comfyanonymous
|
4c066c4bc4
|
AuraFlow model implementation.
|
2024-07-11 16:52:26 -04:00 |
|
comfyanonymous
|
0a433146b6
|
Basic SD3 controlnet implementation.
Still missing the node to properly use it.
|
2024-06-27 18:43:11 -04:00 |
|
comfyanonymous
|
b2a29fae8c
|
Controlnet refactor.
|
2024-06-27 18:43:11 -04:00 |
|
comfyanonymous
|
928c1989f6
|
Squash depreciation warning on new pytorch.
|
2024-06-16 13:06:23 -04:00 |
|
comfyanonymous
|
1eb91dbfbb
|
Initial support for the stable audio open model.
|
2024-06-15 12:14:56 -04:00 |
|
comfyanonymous
|
97af65d0dc
|
Small optimization.
|
2024-06-15 02:44:38 -04:00 |
|
comfyanonymous
|
b9aea52255
|
Fix lowvram issue.
|
2024-06-12 10:39:33 -04:00 |
|
Dango233
|
8c3b1af91f
|
Remove redundancy in mmdit.py (#3685)
|
2024-06-11 06:30:25 -04:00 |
|
comfyanonymous
|
cc2f32af2c
|
SD3 Support.
|
2024-06-10 14:06:23 -04:00 |
|
comfyanonymous
|
93094050bb
|
Remove some unused imports.
|
2024-05-27 19:08:27 -04:00 |
|
comfyanonymous
|
bdbaa4491c
|
Work around black image bug on Mac 14.5 by forcing attention upcasting.
|
2024-05-21 16:56:33 -04:00 |
|
comfyanonymous
|
e0c00cac39
|
Disable xformers when tracing model.
|
2024-05-21 13:55:49 -04:00 |
|
comfyanonymous
|
a8c173cc1b
|
Fix potential issue.
|
2024-05-20 08:19:54 -04:00 |
|
comfyanonymous
|
c19335f030
|
Cleanup.
|
2024-05-18 10:11:44 -04:00 |
|
comfyanonymous
|
fddf60ebb7
|
Remove unnecessary code.
|
2024-05-18 09:36:44 -04:00 |
|
comfyanonymous
|
e2d71cc7b6
|
Add debug options to force on and off attention upcasting.
|
2024-05-16 04:09:41 -04:00 |
|
comfyanonymous
|
e02598e417
|
Fix SAG.
|
2024-05-14 18:02:27 -04:00 |
|
comfyanonymous
|
d4db823cfe
|
Only enable attention upcasting on models that actually need it.
|
2024-05-14 17:00:50 -04:00 |
|
comfyanonymous
|
89e38bcd63
|
Refactor attention upcasting code part 1.
|
2024-05-14 12:47:31 -04:00 |
|
comfyanonymous
|
95e80c5df1
|
Workaround xformers bug.
|
2024-04-30 21:23:40 -04:00 |
|
comfyanonymous
|
1e2c812a67
|
Move cascade scale factor from stage_a to latent_formats.py
|
2024-03-16 14:49:35 -04:00 |
|
comfyanonymous
|
9956e2b6e7
|
Switch some more prints to logging.
|
2024-03-11 16:34:58 -04:00 |
|
comfyanonymous
|
e1edf0fa13
|
Support loading the sr cascade controlnet.
|
2024-03-07 01:22:48 -05:00 |
|
comfyanonymous
|
661234a928
|
Set upscale algorithm to bilinear for stable cascade controlnet.
|
2024-03-06 02:59:40 -05:00 |
|
comfyanonymous
|
97495d195f
|
Support stable cascade canny controlnet.
|
2024-03-06 02:25:42 -05:00 |
|
comfyanonymous
|
2e622719d7
|
Allow image_only_indicator to be None.
|
2024-02-29 13:11:30 -05:00 |
|
comfyanonymous
|
79e83f92e8
|
Koala 700M and 1B support.
Use the UNET Loader node to load the unet file to use them.
|
2024-02-28 12:10:11 -05:00 |
|
comfyanonymous
|
7ea7ac1414
|
Remove print.
|
2024-02-19 11:47:26 -05:00 |
|
comfyanonymous
|
1067555cae
|
Forgot to commit this.
|
2024-02-19 04:25:46 -05:00 |
|
comfyanonymous
|
681300661a
|
Fix attention masks properly for multiple batches.
|
2024-02-17 16:15:18 -05:00 |
|
comfyanonymous
|
809b7f0b78
|
fp8 weight support for Stable Cascade.
|
2024-02-17 15:27:31 -05:00 |
|
comfyanonymous
|
511e70ab62
|
Fix attention mask batch size in some attention functions.
|
2024-02-17 15:22:21 -05:00 |
|
comfyanonymous
|
4a9216bca3
|
Properly fix attention masks in CLIP with batches.
|
2024-02-17 12:13:13 -05:00 |
|
comfyanonymous
|
73407209f5
|
Make Stable Cascade work on old pytorch 2.0
|
2024-02-17 00:42:30 -05:00 |
|
comfyanonymous
|
e5a0f735be
|
Stable Cascade Stage B.
|
2024-02-16 13:02:03 -05:00 |
|
comfyanonymous
|
deebc95781
|
Stable Cascade Stage C.
|
2024-02-16 10:55:08 -05:00 |
|
comfyanonymous
|
ce56ca3f9d
|
Stable Cascade Stage A.
|
2024-02-16 06:30:39 -05:00 |
|
comfyanonymous
|
1cec78c95e
|
Don't use numpy for calculating sigmas.
|
2024-02-07 18:52:51 -05:00 |
|
comfyanonymous
|
50fb52bc5b
|
Remove some unused imports.
|
2024-01-25 23:42:37 -05:00 |
|
comfyanonymous
|
30b062a477
|
Make unclip more deterministic.
Pass a seed argument note that this might make old unclip images different.
|
2024-01-14 17:28:31 -05:00 |
|
comfyanonymous
|
62a7bf2919
|
Use basic attention implementation for small inputs on old pytorch.
|
2024-01-09 13:46:52 -05:00 |
|
comfyanonymous
|
8cf0a2dfe7
|
Update optimized_attention_for_device function for new functions that
support masked attention.
|
2024-01-07 13:52:08 -05:00 |
|
comfyanonymous
|
f9f0822512
|
Add attention mask support to sub quad attention.
|
2024-01-07 04:13:58 -05:00 |
|
comfyanonymous
|
59259b0de3
|
Support attention mask in split attention.
|
2024-01-06 13:16:48 -05:00 |
|
comfyanonymous
|
1240b45932
|
Implement attention mask on xformers.
|
2024-01-06 04:33:03 -05:00 |
|
comfyanonymous
|
a36114ce30
|
Implement noise augmentation for SD 4X upscale model.
|
2024-01-03 14:27:11 -05:00 |
|
comfyanonymous
|
d41cf1e412
|
Remove useless code.
|
2024-01-02 01:50:29 -05:00 |
|
comfyanonymous
|
09dfd709f2
|
Fix lowvram mode not working with unCLIP and Revision code.
|
2023-12-26 05:02:02 -05:00 |
|
comfyanonymous
|
af134f6c64
|
Fix SVD lowvram mode.
|
2023-12-24 07:13:18 -05:00 |
|