This website requires JavaScript.
Explore
Help
Sign In
andreas
/
ComfyUI
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
5ce4b9eca3c601965f93852274b2e428b9a49179
ComfyUI
/
comfy
T
History
comfyanonymous
f542f248f1
Show the right amount of steps in the progress bar for uni_pc.
...
The extra step doesn't actually call the unet so it doesn't belong in the progress bar.
2023-02-11 14:59:42 -05:00
..
extra_samplers
Show the right amount of steps in the progress bar for uni_pc.
2023-02-11 14:59:42 -05:00
k_diffusion
Add some low vram modes: --lowvram and --novram
2023-02-08 11:37:10 -05:00
ldm
Fix overflow issue with inplace softmax.
2023-02-10 11:47:41 -05:00
sd1_tokenizer
Initial commit.
2023-01-16 22:37:14 -05:00
model_management.py
Automatically enable lowvram mode if vram is less than 4GB.
2023-02-10 00:47:56 -05:00
samplers.py
Add uni_pc sampler to KSampler* nodes.
2023-02-11 03:34:09 -05:00
sd1_clip_config.json
Initial commit.
2023-01-16 22:37:14 -05:00
sd1_clip.py
Fix embedding not working when on new line.
2023-02-09 14:12:02 -05:00
sd2_clip_config.json
Use transformers CLIP instead of open_clip for SD2.x
2023-02-05 14:36:28 -05:00
sd2_clip.py
Embeddings/textual inversion support for SD2.x
2023-02-05 15:49:03 -05:00
sd.py
Don't unload/reload model from CPU uselessly.
2023-02-08 03:40:43 -05:00