ComfyUI/comfy
comfyanonymous ef90e9c376 Add a LoraLoader node to apply loras to models and clip.
The models are modified in place before being used and unpatched after.
I think this is better than monkeypatching since it might make it easier
to use faster non pytorch unet inference in the future.
2023-02-03 02:46:24 -05:00
..
k_diffusion Initial commit. 2023-01-16 22:37:14 -05:00
ldm Run softmax in place if it OOMs. 2023-01-30 19:55:01 -05:00
sd1_tokenizer Initial commit. 2023-01-16 22:37:14 -05:00
samplers.py Add KSamplerAdvanced node. 2023-01-31 03:09:38 -05:00
sd.py Add a LoraLoader node to apply loras to models and clip. 2023-02-03 02:46:24 -05:00
sd1_clip.py Add support for textual inversion embedding for SD1.x CLIP. 2023-01-29 18:46:44 -05:00
sd1_clip_config.json Initial commit. 2023-01-16 22:37:14 -05:00
sd2_clip.py Initial commit. 2023-01-16 22:37:14 -05:00