comfyanonymous
|
4a7e751ce6
|
Add example for how to use WEB_DIRECTORY to add frontend extensions.
|
2024-02-25 07:34:22 -05:00 |
|
comfyanonymous
|
c2cb8e889b
|
Always return unprojected pooled output for gligen.
|
2024-02-25 07:33:13 -05:00 |
|
comfyanonymous
|
1cb3f6a83b
|
Move text projection into the CLIP model code.
Fix issue with not loading the SSD1B clip correctly.
|
2024-02-25 01:41:08 -05:00 |
|
comfyanonymous
|
6533b172c1
|
Support text encoder text_projection in lora.
|
2024-02-24 23:50:46 -05:00 |
|
comfyanonymous
|
1e5f0f66be
|
Support lora keys with lora_prior_unet_ and lora_prior_te_
|
2024-02-23 12:21:20 -05:00 |
|
comfyanonymous
|
10847dfafe
|
Cleanup uni_pc inpainting.
This causes some small changes to the uni pc inpainting behavior but it
seems to improve results slightly.
|
2024-02-23 02:39:35 -05:00 |
|
comfyanonymous
|
877a8f7a3c
|
Merge branch 'patch-1' of https://github.com/feffy380/ComfyUI
|
2024-02-22 16:23:50 -05:00 |
|
comfyanonymous
|
7faa4507ec
|
ModelSamplingDiscrete: x0 model support that predict a denoised image.
|
2024-02-21 08:05:43 -05:00 |
|
comfyanonymous
|
18c151b3e3
|
Add some latent2rgb matrices for previews.
|
2024-02-20 10:57:24 -05:00 |
|
comfyanonymous
|
0d0fbabd1d
|
Pass pooled CLIP to stage b.
|
2024-02-20 04:24:45 -05:00 |
|
comfyanonymous
|
c6b7a157ed
|
Align simple scheduling closer to official stable cascade scheduler.
|
2024-02-20 04:24:39 -05:00 |
|
comfyanonymous
|
ec4d89cee9
|
Add to Readme that stable cascade is supported.
|
2024-02-19 13:41:55 -05:00 |
|
comfyanonymous
|
a311524969
|
Node to make stable cascade image to image easier.
|
2024-02-19 13:36:20 -05:00 |
|
comfyanonymous
|
88f300401c
|
Enable fp16 by default on mps.
|
2024-02-19 12:00:48 -05:00 |
|
comfyanonymous
|
e93cdd0ad0
|
Remove print.
|
2024-02-19 11:47:26 -05:00 |
|
comfyanonymous
|
3711b31dff
|
Support Stable Cascade in checkpoint format.
|
2024-02-19 11:20:48 -05:00 |
|
comfyanonymous
|
d91f45ef28
|
Some cleanups to how the text encoders are loaded.
|
2024-02-19 10:46:30 -05:00 |
|
comfyanonymous
|
dbe0979b3f
|
Larger range for min/max compression for StableCascade_EmptyLatentImage.
|
2024-02-19 08:59:53 -05:00 |
|
comfyanonymous
|
a7b5eaa7e3
|
Forgot to commit this.
|
2024-02-19 04:25:46 -05:00 |
|
comfyanonymous
|
3b2e579926
|
Support loading the Stable Cascade effnet and previewer as a VAE.
The effnet can be used to encode images for img2img with Stage C.
|
2024-02-19 04:10:01 -05:00 |
|
comfyanonymous
|
2e4628ac8d
|
Merge branch 'iTXt-png-metadata-support' of https://github.com/shiimizu/ComfyUI
|
2024-02-18 23:44:58 -05:00 |
|
comfyanonymous
|
dccca1daa5
|
Fix gligen lowvram mode.
|
2024-02-18 02:20:23 -05:00 |
|
comfyanonymous
|
8b60d33bb7
|
Add ModelSamplingStableCascade to control the shift sampling parameter.
shift is 2.0 by default on Stage C and 1.0 by default on Stage B.
|
2024-02-18 00:55:23 -05:00 |
|
comfyanonymous
|
6bcf57ff10
|
Fix attention masks properly for multiple batches.
|
2024-02-17 16:15:18 -05:00 |
|
comfyanonymous
|
11e3221f1f
|
fp8 weight support for Stable Cascade.
|
2024-02-17 15:27:31 -05:00 |
|
comfyanonymous
|
f8706546f3
|
Fix attention mask batch size in some attention functions.
|
2024-02-17 15:22:21 -05:00 |
|
comfyanonymous
|
3b9969c1c5
|
Properly fix attention masks in CLIP with batches.
|
2024-02-17 12:13:13 -05:00 |
|
comfyanonymous
|
5b40e7a5ed
|
Implement shift schedule for cascade stage C.
|
2024-02-17 11:38:47 -05:00 |
|
comfyanonymous
|
929e266f3e
|
Manual cast for bf16 on older GPUs.
|
2024-02-17 09:01:17 -05:00 |
|
comfyanonymous
|
6c875d846b
|
Fix clip attention mask issues on some hardware.
|
2024-02-17 07:53:52 -05:00 |
|
comfyanonymous
|
805c36ac9c
|
Make Stable Cascade work on old pytorch 2.0
|
2024-02-17 00:42:30 -05:00 |
|
comfyanonymous
|
f2d1d16f4f
|
Support Stable Cascade Stage B lite.
|
2024-02-16 23:41:23 -05:00 |
|
comfyanonymous
|
0b3c50480c
|
Make --force-fp32 disable loading models in bf16.
|
2024-02-16 23:01:54 -05:00 |
|
comfyanonymous
|
97d03ae04a
|
StableCascade CLIP model support.
|
2024-02-16 13:29:04 -05:00 |
|
comfyanonymous
|
667c92814e
|
Stable Cascade Stage B.
|
2024-02-16 13:02:03 -05:00 |
|
comfyanonymous
|
f83109f09b
|
Stable Cascade Stage C.
|
2024-02-16 10:55:08 -05:00 |
|
comfyanonymous
|
5e06baf112
|
Stable Cascade Stage A.
|
2024-02-16 06:30:39 -05:00 |
|
comfyanonymous
|
c2c885261a
|
Merge branch 'batch-number-in-filename' of https://github.com/freakabcd/ComfyUI
|
2024-02-16 05:45:48 -05:00 |
|
comfyanonymous
|
aeaeca10bd
|
Small refactor of is_device_* functions.
|
2024-02-15 21:10:10 -05:00 |
|
comfyanonymous
|
7f89cb48bf
|
Add a disabled SaveImageWebsocket custom node.
This node can be used to efficiently get images without saving them to
disk when using ComfyUI as a backend.
|
2024-02-14 03:01:25 -05:00 |
|
comfyanonymous
|
38b7ac6e26
|
Don't init the CLIP model when the checkpoint has no CLIP weights.
|
2024-02-13 00:01:08 -05:00 |
|
comfyanonymous
|
0c9bc19768
|
Add ImageFromBatch.
|
2024-02-12 12:46:15 -05:00 |
|
comfyanonymous
|
7dd352cbd7
|
Merge branch 'feature_expose_discard_penultimate_sigma' of https://github.com/blepping/ComfyUI
|
2024-02-11 12:23:30 -05:00 |
|
comfyanonymous
|
20e3da6b31
|
Add a node to give the controlnet a prompt different from the unet.
|
2024-02-10 08:27:05 -05:00 |
|
comfyanonymous
|
25a4805e51
|
Add a way to set different conditioning for the controlnet.
|
2024-02-09 14:13:31 -05:00 |
|
comfyanonymous
|
fd73b5ee3a
|
Merge branch 'improved-mobile-support' of https://github.com/pythongosssss/ComfyUI
|
2024-02-08 01:06:33 -05:00 |
|
comfyanonymous
|
c661a8b118
|
Don't use numpy for calculating sigmas.
|
2024-02-07 18:52:51 -05:00 |
|
comfyanonymous
|
7daad468ec
|
Sync litegraph to repo.
https://github.com/comfyanonymous/litegraph.js/pull/6
|
2024-02-06 12:43:06 -05:00 |
|
comfyanonymous
|
236bda2683
|
Make minimum tile size the size of the overlap.
|
2024-02-05 01:29:26 -05:00 |
|
comfyanonymous
|
74b7233f57
|
Document IS_CHANGED in the example custom node.
|
2024-02-04 23:15:49 -05:00 |
|
comfyanonymous
|
66e28ef45c
|
Don't use is_bf16_supported to check for fp16 support.
|
2024-02-04 20:53:35 -05:00 |
|
comfyanonymous
|
24129d78e6
|
Speed up SDXL on 16xx series with fp16 weights and manual cast.
|
2024-02-04 13:23:43 -05:00 |
|
comfyanonymous
|
98b80ad1f5
|
Merge branch 'feature/maskeditor_brush_modes' of https://github.com/UltimaBeaR/ComfyUI
|
2024-02-03 15:06:10 -05:00 |
|
comfyanonymous
|
4b0239066d
|
Always use fp16 for the text encoders.
|
2024-02-02 10:02:49 -05:00 |
|
comfyanonymous
|
d0e2354c28
|
Merge branch 'LatentSeed_update' of https://github.com/FizzleDorf/ComfyUI
|
2024-02-02 04:38:18 -05:00 |
|
comfyanonymous
|
4c54c2ec0f
|
Merge branch 'increment-wrap' of https://github.com/pksebben/ComfyUI
|
2024-02-01 17:01:21 -05:00 |
|
comfyanonymous
|
c5a369a33d
|
Update readme for new pytorch 2.2 release.
|
2024-01-31 02:27:12 -05:00 |
|
comfyanonymous
|
6565c9ad4d
|
Litegraph node search improvements.
See: https://github.com/comfyanonymous/litegraph.js/pull/5
|
2024-01-31 02:26:27 -05:00 |
|
comfyanonymous
|
eeca72488b
|
Merge branch 'group-manage-fixes' of https://github.com/pythongosssss/ComfyUI
|
2024-01-31 00:25:03 -05:00 |
|
comfyanonymous
|
4ce587bcd3
|
Merge branch 'fix/mask-editor-inpaint' of https://github.com/Meowu/ComfyUI
|
2024-01-30 23:15:31 -05:00 |
|
comfyanonymous
|
da7a8df0d2
|
Put VAE key name in model config.
|
2024-01-30 02:24:38 -05:00 |
|
comfyanonymous
|
9321198da6
|
Add node to set only the conditioning area strength.
|
2024-01-29 00:24:53 -05:00 |
|
comfyanonymous
|
079dbf9198
|
Remove useless code.
|
2024-01-28 19:36:32 -05:00 |
|
comfyanonymous
|
7f4725f6b3
|
Fix some issues with --gpu-only
|
2024-01-27 02:51:27 -05:00 |
|
comfyanonymous
|
fc196aac80
|
Add a LatentBatchSeedBehavior node.
This lets you set it so the latents can use the same seed for the sampling
on every image in the batch.
|
2024-01-26 23:13:02 -05:00 |
|
comfyanonymous
|
2d105066df
|
Cleanups.
|
2024-01-26 21:31:13 -05:00 |
|
comfyanonymous
|
89507f8adf
|
Remove some unused imports.
|
2024-01-25 23:42:37 -05:00 |
|
comfyanonymous
|
d1533d9c0f
|
Add experimental photomaker nodes.
Put the model file in models/photomaker and use PhotoMakerLoader.
Then use PhotoMakerEncode with the keyword "photomaker" to apply the image
|
2024-01-24 09:51:42 -05:00 |
|
comfyanonymous
|
b9911dcb2f
|
Sync litegraph with repo.
https://github.com/comfyanonymous/litegraph.js/pull/4
|
2024-01-23 20:01:37 -05:00 |
|
comfyanonymous
|
f2d432f9a7
|
Fix potential turbo scheduler model patching issue.
|
2024-01-22 00:28:13 -05:00 |
|
comfyanonymous
|
4871a36458
|
Cleanup some unused imports.
|
2024-01-21 21:51:22 -05:00 |
|
comfyanonymous
|
ef5a28b597
|
Merge branch 'patch-1' of https://github.com/TFWol/ComfyUI
|
2024-01-20 20:17:57 -05:00 |
|
comfyanonymous
|
5823f18a79
|
Fix for the extracting issue on windows.
|
2024-01-19 23:08:15 -05:00 |
|
comfyanonymous
|
78a70fda87
|
Remove useless import.
|
2024-01-19 15:38:05 -05:00 |
|
comfyanonymous
|
9fff3c46b4
|
Move some nodes to model_patches section.
|
2024-01-18 15:57:35 -05:00 |
|
comfyanonymous
|
d76a04b6ea
|
Add unfinished ImageOnlyCheckpointSave node to save a SVD checkpoint.
This node is unfinished, SVD checkpoints saved with this node will
work with ComfyUI but not with anything else.
|
2024-01-17 19:46:21 -05:00 |
|
comfyanonymous
|
818d0c01b2
|
Merge branch 'fix-logging-setting' of https://github.com/pythongosssss/ComfyUI
|
2024-01-16 08:29:38 -05:00 |
|
comfyanonymous
|
f9e55d8463
|
Only auto enable bf16 VAE on nvidia GPUs that actually support it.
|
2024-01-15 03:10:22 -05:00 |
|
comfyanonymous
|
2395ae740a
|
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
|
432ba1c179
|
Merge branch 'control_before_generate' of https://github.com/pythongosssss/ComfyUI
|
2024-01-13 16:06:43 -05:00 |
|
comfyanonymous
|
b5ece6354d
|
Merge branch 'undoredo-fix-modifiers' of https://github.com/pythongosssss/ComfyUI
|
2024-01-13 16:03:44 -05:00 |
|
comfyanonymous
|
56d9496b18
|
Rename status notes to status messages.
I think message describes them better.
|
2024-01-12 18:17:06 -05:00 |
|
comfyanonymous
|
bcc0bde2af
|
Clear status notes on execution start.
|
2024-01-12 17:21:22 -05:00 |
|
comfyanonymous
|
1805cb2d69
|
Merge branch 'enhanced-history-status' of https://github.com/realazthat/ComfyUI
|
2024-01-12 16:36:56 -05:00 |
|
comfyanonymous
|
53c8a99e6c
|
Make server storage the default.
Remove --server-storage argument.
|
2024-01-11 17:21:40 -05:00 |
|
comfyanonymous
|
d4edd9bfa8
|
Fix hypertile issue with high depths.
|
2024-01-11 15:13:38 -05:00 |
|
comfyanonymous
|
977eda19a6
|
Don't round noise mask.
|
2024-01-11 03:29:58 -05:00 |
|
comfyanonymous
|
10f2609fdd
|
Add InpaintModelConditioning node.
This is an alternative to VAE Encode for inpaint that should work with
lower denoise.
This is a different take on #2501
|
2024-01-11 03:15:27 -05:00 |
|
comfyanonymous
|
b4e915e745
|
Skip SAG when latent is too small.
|
2024-01-10 04:08:43 -05:00 |
|
comfyanonymous
|
1a57423d30
|
Fix issue when using multiple t2i adapters with batched images.
|
2024-01-10 04:00:49 -05:00 |
|
comfyanonymous
|
2c80d9acb9
|
Round up to nearest power of 2 in SAG node to fix some resolution issues.
|
2024-01-09 15:12:12 -05:00 |
|
comfyanonymous
|
6a7bc35db8
|
Use basic attention implementation for small inputs on old pytorch.
|
2024-01-09 13:46:52 -05:00 |
|
comfyanonymous
|
b3b5ddb07a
|
Support I mode images in LoadImageMask.
|
2024-01-08 17:08:17 -05:00 |
|
comfyanonymous
|
2d74fc4360
|
Fix issue with user manager parent dir not being created.
|
2024-01-08 17:08:00 -05:00 |
|
comfyanonymous
|
6a10640f0d
|
Support properly loading images with mode I.
|
2024-01-08 03:46:36 -05:00 |
|
comfyanonymous
|
c6951548cf
|
Update optimized_attention_for_device function for new functions that
support masked attention.
|
2024-01-07 13:52:08 -05:00 |
|
comfyanonymous
|
aaa9017302
|
Add attention mask support to sub quad attention.
|
2024-01-07 04:13:58 -05:00 |
|
comfyanonymous
|
0c2c9fbdfa
|
Support attention mask in split attention.
|
2024-01-06 13:16:48 -05:00 |
|
comfyanonymous
|
3ad0191bfb
|
Implement attention mask on xformers.
|
2024-01-06 04:33:03 -05:00 |
|
comfyanonymous
|
7c9a0f7e0a
|
Fix BasicScheduler issue with Loras.
|
2024-01-05 12:31:13 -05:00 |
|