comfyanonymous
6d6758e9e4
Add WD VAE to colab.
2 years ago
comfyanonymous
b64f5e6a27
Indicate in readme that upscale models are now supported.
2 years ago
comfyanonymous
c8f1acc4eb
Put image upscaling nodes in image/upscaling category.
2 years ago
comfyanonymous
e33dc2b33b
Add a VAEEncodeTiled node.
2 years ago
comfyanonymous
1de86851b1
Try to fix memory issue.
2 years ago
comfyanonymous
2b1fce2943
Make tiled_scale work for downscaling.
2 years ago
comfyanonymous
9db2e97b47
Tiled upscaling with the upscale models.
2 years ago
comfyanonymous
905857edd8
Take some code from chainner to implement ESRGAN and other upscale models.
2 years ago
comfyanonymous
8c4ccb55d1
Small refactor of custom node loading code.
2 years ago
comfyanonymous
1f717903bc
Prevent potential int overflow in SaveImage
2 years ago
comfyanonymous
44294a446e
Link to lora example.
2 years ago
comfyanonymous
c759801a52
Update some links in colab notebook.
2 years ago
comfyanonymous
4e3ee3bd8b
Notebook update to fix links.
2 years ago
comfyanonymous
cd64111c83
Add locon support.
2 years ago
pythongosssss
d0b195c7d0
Changed to use etag cache for js and css
2 years ago
comfyanonymous
99eb777f5d
Make the LoadImage node output the alpha as a mask.
2 years ago
comfyanonymous
b94ed02aae
Merge branch 'uploadimages' of https://github.com/pythongosssss/ComfyUI
2 years ago
pythongosssss
8d8c370c25
newline
2 years ago
pythongosssss
fa07426569
Remove random spaces
2 years ago
pythongosssss
eaab4bf9dc
Removed folde
2 years ago
pythongosssss
99abc0eb2e
Changed to upload to input dir
...
Fixed jpg
Added dupe support
Changed to use existing nodes
2 years ago
comfyanonymous
9ce300ab59
I confirmed CPU only inference works fine on a pytorch without cuda.
2 years ago
pythongosssss
4a326a2548
Added UploadImage+Mask nodes
2 years ago
pythongosssss
4ed39cf038
Added invert scrolling setting
2 years ago
pythongosssss
863e747dbd
Added simple settings dialog
...
Updated to use css vars for colors
2 years ago
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