comfyanonymous
c70f0ac64b
SD2.x controlnets now work.
2 years ago
comfyanonymous
5ea597710f
Merge branch 'socketsession' of https://github.com/pythongosssss/ComfyUI
2 years ago
comfyanonymous
19415c3ace
Relative imports to test something.
2 years ago
pythongosssss
5c55c93367
Updated to reuse session id if available
2 years ago
comfyanonymous
0a0c769d6d
Try to fix import issue.
2 years ago
comfyanonymous
235ba852d9
Style.
2 years ago
pythongosssss
09db31309a
Merge remote-tracking branch 'origin/master' into frontendrefactor
2 years ago
comfyanonymous
25941aeef9
This isn't needed anymore.
2 years ago
pythongosssss
4bdfbb3379
Fixed check for polling
2 years ago
edikius
165be5828a
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
2 years ago
comfyanonymous
501f19eec6
Fix clip_skip no longer being loaded from yaml file.
2 years ago
comfyanonymous
afff30fc0a
Add --cpu to use the cpu for inference.
2 years ago
pythongosssss
a8315a6fb8
Allow any node to draw images
2 years ago
comfyanonymous
799f510d0c
Add some links to notebook for the t2i styles model.
2 years ago
comfyanonymous
8515d96328
It's more logical for the StyleModelApply to append it directly.
2 years ago
comfyanonymous
7ec1dd25a2
A tiny bit of reorganizing.
2 years ago
comfyanonymous
47acb3d73e
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.
2 years ago
pythongosssss
1ee35fd909
Merge remote-tracking branch 'origin/master' into frontendrefactor
2 years ago
comfyanonymous
cc8baf1080
Make VAE use common function to get free memory.
2 years ago
comfyanonymous
798c90e1c0
Fix pytorch 2.0 cross attention not working.
2 years ago
comfyanonymous
f9d09c266f
Colab notebook update.
2 years ago
comfyanonymous
a098dc965c
Switch the default workflow to the CheckpointLoaderSimple node.
2 years ago
comfyanonymous
c2fa2a18d2
Update readme with link to matrix space.
...
Specify which way is the recommended way to run ComfyUI in colab.
2 years ago
comfyanonymous
16130c7546
Add support for new colour T2I adapter model.
2 years ago
comfyanonymous
9d00235b41
Update T2I adapter code to latest.
2 years ago
pythongosssss
dc85b3b8d0
Allow serializeValue to be async
2 years ago
pythongosssss
9913114044
Only poll if it has never opened
2 years ago
pythongosssss
0e7b98e429
Restored accidently removed code
2 years ago
pythongosssss
947e786c0a
Restored missing input edit fix
2 years ago
comfyanonymous
3ddff339f5
Add commented out command to install the preprocessor nodes to notebook.
2 years ago
pythongosssss
bba14245cb
Merge remote-tracking branch 'origin' into frontendrefactor
2 years ago
comfyanonymous
b9e3f52240
stop_at_clip_layer can be set in CLIPSetLastLayer so it can be removed
...
from the CLIPLoader node.
2 years ago
pythongosssss
592b377ac4
Added dynamic loading of extensions
2 years ago
pythongosssss
c23af92baf
Redraw node on opt change
2 years ago
pythongosssss
e14b79c14e
Changed to store resolved prompt in workflow info
2 years ago
pythongosssss
4ef4cf913f
Adding built in extensions + example
2 years ago
comfyanonymous
ebfcf0a9c9
Fix issue.
2 years ago
comfyanonymous
8586515886
Move the CheckpointLoaderSimple to the right section.
2 years ago
comfyanonymous
4215206281
Add a node to set CLIP skip.
...
Use a more simple way to detect if the model is -v prediction.
2 years ago
comfyanonymous
fed315a76a
To be really simple CheckpointLoaderSimple should pick the right type.
2 years ago
pythongosssss
2e52d01cdc
Documenting methods
2 years ago
pythongosssss
72cdd83c06
Readded loading file
2 years ago
pythongosssss
a5c5c97ded
More work on UI
2 years ago
pythongosssss
5e66b68d9e
add loras to ignore
2 years ago
pythongosssss
65c432e6ee
Merge remote-tracking branch 'origin' into frontendrefactor
2 years ago
comfyanonymous
94bb0375b0
New CheckpointLoaderSimple to load checkpoints without a config.
2 years ago
comfyanonymous
c1f5855ac1
Make some cross attention functions work on the CPU.
2 years ago
comfyanonymous
1a612e1c74
Add some pytorch scaled_dot_product_attention code for testing.
...
--use-pytorch-cross-attention to use it.
2 years ago
pythongosssss
7e436ba9cc
Added handling of sockets
...
Started rework of UI elements
Added pnginfo handling
2 years ago
pythongosssss
2eaa664089
Refactored sockets
2 years ago