Commit Graph

273 Commits

Author SHA1 Message Date
pythongosssss
1fcec7070e Added UploadImage+Mask nodes 2023-03-08 22:07:44 +00:00
comfyanonymous
fa4dda2550 SD2.x controlnets now work. 2023-03-08 01:13:38 -05:00
comfyanonymous
865835ead9 Merge branch 'socketsession' of https://github.com/pythongosssss/ComfyUI 2023-03-07 23:05:52 -05:00
comfyanonymous
341ebaabd8 Relative imports to test something. 2023-03-07 11:00:35 -05:00
pythongosssss
e69202b33e Updated to reuse session id if available 2023-03-07 13:24:15 +00:00
comfyanonymous
0ed76ebbd9 Try to fix import issue. 2023-03-06 14:41:42 -05:00
comfyanonymous
f1c9300224 Style. 2023-03-06 14:09:23 -05:00
pythongosssss
ec1cfb55fe Merge remote-tracking branch 'origin/master' into frontendrefactor 2023-03-06 17:02:34 +00:00
comfyanonymous
4c17dcf085 This isn't needed anymore. 2023-03-06 12:02:02 -05:00
pythongosssss
653b4aba74 Fixed check for polling 2023-03-06 16:47:02 +00:00
edikius
148fe7b116 Fixed import (#44)
* fixed import error

I had an
ImportError: cannot import name 'Protocol' from 'typing'
while trying to update so I fixed it to start an app

* Update main.py

* deleted example files
2023-03-06 11:41:40 -05:00
comfyanonymous
339b2533eb Fix clip_skip no longer being loaded from yaml file. 2023-03-06 11:34:02 -05:00
comfyanonymous
ca7e2e3827 Add --cpu to use the cpu for inference. 2023-03-06 10:50:50 -05:00
pythongosssss
2209b50f7c Allow any node to draw images 2023-03-06 15:50:29 +00:00
comfyanonymous
3d9d1e0ff0 Add some links to notebook for the t2i styles model. 2023-03-06 02:07:58 -05:00
comfyanonymous
4d6ea1bdae It's more logical for the StyleModelApply to append it directly. 2023-03-06 01:48:18 -05:00
comfyanonymous
75f54df180 A tiny bit of reorganizing. 2023-03-06 01:30:17 -05:00
comfyanonymous
663fa6eafd Implement support for t2i style model.
It needs the CLIPVision model so I added CLIPVisionLoader and CLIPVisionEncode.

Put the clip vision model in models/clip_vision
Put the t2i style model in models/style_models

StyleModelLoader to load it, StyleModelApply to apply it
ConditioningAppend to append the conditioning it outputs to a positive one.
2023-03-05 18:39:25 -05:00
pythongosssss
2f137875a6 Merge remote-tracking branch 'origin/master' into frontendrefactor 2023-03-05 21:55:16 +00:00
comfyanonymous
f8f2ea3bb1 Make VAE use common function to get free memory. 2023-03-05 14:20:07 -05:00
comfyanonymous
ffc5c6707b Fix pytorch 2.0 cross attention not working. 2023-03-05 14:14:54 -05:00
comfyanonymous
67e7acaaa3 Colab notebook update. 2023-03-05 03:05:58 -05:00
comfyanonymous
3b9cd6036c Switch the default workflow to the CheckpointLoaderSimple node. 2023-03-05 03:00:28 -05:00
comfyanonymous
5222787d29 Update readme with link to matrix space.
Specify which way is the recommended way to run ComfyUI in colab.
2023-03-04 08:46:39 -05:00
comfyanonymous
7ee5e2d40e Add support for new colour T2I adapter model. 2023-03-03 19:13:07 -05:00
comfyanonymous
23be9a77b8 Update T2I adapter code to latest. 2023-03-03 18:46:49 -05:00
pythongosssss
21ec194c8c Allow serializeValue to be async 2023-03-03 21:13:40 +00:00
pythongosssss
44b7acc884 Only poll if it has never opened 2023-03-03 21:13:11 +00:00
pythongosssss
4e8c425e3f Restored accidently removed code 2023-03-03 20:17:03 +00:00
pythongosssss
a31483f566 Restored missing input edit fix 2023-03-03 20:10:18 +00:00
comfyanonymous
6210d97d94 Add commented out command to install the preprocessor nodes to notebook. 2023-03-03 14:52:39 -05:00
pythongosssss
c2ee650ce4 Merge remote-tracking branch 'origin' into frontendrefactor 2023-03-03 19:30:24 +00:00
comfyanonymous
1500dd58c4 stop_at_clip_layer can be set in CLIPSetLastLayer so it can be removed
from the CLIPLoader node.
2023-03-03 14:27:55 -05:00
pythongosssss
f61df5faf2 Added dynamic loading of extensions 2023-03-03 19:05:39 +00:00
pythongosssss
087d931d9e Redraw node on opt change 2023-03-03 18:48:22 +00:00
pythongosssss
f6bab67bd2 Changed to store resolved prompt in workflow info 2023-03-03 18:40:50 +00:00
pythongosssss
dfe25a9eaa Adding built in extensions + example 2023-03-03 18:28:34 +00:00
comfyanonymous
8141cd7f42 Fix issue. 2023-03-03 13:18:01 -05:00
comfyanonymous
f21b0255a0 Move the CheckpointLoaderSimple to the right section. 2023-03-03 13:09:44 -05:00
comfyanonymous
c195dab61c Add a node to set CLIP skip.
Use a more simple way to detect if the model is -v prediction.
2023-03-03 13:04:36 -05:00
comfyanonymous
5608730809 To be really simple CheckpointLoaderSimple should pick the right type. 2023-03-03 11:07:10 -05:00
pythongosssss
f1a17ccae5 Documenting methods 2023-03-03 15:47:33 +00:00
pythongosssss
31e72ecdae Readded loading file 2023-03-03 15:27:08 +00:00
pythongosssss
4a48e65f1e More work on UI 2023-03-03 15:20:49 +00:00
pythongosssss
77da821554 add loras to ignore 2023-03-03 15:19:56 +00:00
pythongosssss
490c67d8ca Merge remote-tracking branch 'origin' into frontendrefactor 2023-03-03 15:06:49 +00:00
comfyanonymous
8a2699b47d New CheckpointLoaderSimple to load checkpoints without a config. 2023-03-03 03:37:35 -05:00
comfyanonymous
b2a7f1b32a Make some cross attention functions work on the CPU. 2023-03-03 03:27:33 -05:00
comfyanonymous
666a9e8604 Add some pytorch scaled_dot_product_attention code for testing.
--use-pytorch-cross-attention to use it.
2023-03-02 17:01:20 -05:00
pythongosssss
739fb214e0 Added handling of sockets
Started rework of UI elements
Added pnginfo handling
2023-03-02 21:34:29 +00:00