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
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
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
comfyanonymous
3ddff339f5
Add commented out command to install the preprocessor nodes to notebook.
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
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
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
comfyanonymous
c8ce599a8f
Add a button to interrupt processing to the ui.
2 years ago
comfyanonymous
69cc75fbf8
Add a way to interrupt current processing in the backend.
2 years ago
comfyanonymous
1e2c4df972
Add a print to colab.
2 years ago
comfyanonymous
725f7eb2a4
Add some more stuff to colab notebook.
2 years ago
comfyanonymous
3fe162c680
Quick fix modal overflowing at the bottom if error too large.
2 years ago
comfyanonymous
9502ee45c3
Hopefully fix a strange issue with xformers + lowvram.
2 years ago
comfyanonymous
5f0f97634f
Only clear cuda cache on CUDA since it causes slowdowns on ROCm.
2 years ago
comfyanonymous
b31daadc03
Try to improve memory issues with del.
2 years ago
comfyanonymous
cd85f876f2
Try to clear more memory at the end of each prompt execution.
2 years ago
comfyanonymous
f3103d7b60
I confirmed the notebook works on paperspace.
2 years ago
comfyanonymous
b28dcd7684
Install xformers at the same time as requirements in notebook to fix issues.
2 years ago
comfyanonymous
a29bd63e7a
--highvram should be autodetected in colab/etc.. now.
2 years ago
comfyanonymous
2c5f0ec681
Small adjustment.
2 years ago
comfyanonymous
86721d5158
Enable highvram automatically when vram >> ram
2 years ago
comfyanonymous
49d2e5bb5a
Move some stuff from main.py to execution.py
2 years ago
comfyanonymous
f30a2deb3f
Switch the CLIPTextEncode div to a textarea.
2 years ago
comfyanonymous
d826a0971c
Outpainting actually works now.
2 years ago
comfyanonymous
75fa162531
Remove sample_ from some sampler names.
...
Old workflows will still work.
2 years ago
comfyanonymous
666337bff4
Merge branch 'batchimagepreview' of https://github.com/pythongosssss/ComfyUI into pythongosssss-batchimagepreview
2 years ago
comfyanonymous
9f4214e534
Preparing to add another function to load checkpoints.
2 years ago
pythongosssss
4329681c2b
removed log
2 years ago
pythongosssss
5bb0a79141
Add thumbnails for multi batch image previews
2 years ago
comfyanonymous
3cd7d84b53
Fix uni_pc sampler not working with 1 or 2 steps.
2 years ago
comfyanonymous
8f75047d9c
Small Readme change.
2 years ago
comfyanonymous
678ba05a28
Add some commented out wget commands to the colab notebook.
2 years ago
comfyanonymous
1561edcd98
Colab notebook.
2 years ago
comfyanonymous
d31d161ee6
Fix.
2 years ago
comfyanonymous
3263a2bf0e
Colab notebook improvements.
2 years ago