9 Commits (798c90e1c094d86bff6c1eca51c0ed4dedea1871)

Author SHA1 Message Date
comfyanonymous 4e6b83a80a Add a T2IAdapterLoader node to load T2I-Adapter models.
They are loaded as CONTROL_NET objects because they are similar.
2 years ago
comfyanonymous 191af3ef71 Add the config for the SD1.x inpainting model. 2 years ago
comfyanonymous 56498d505a Create controlnet directory. 2 years ago
comfyanonymous 59bef84bc8 Add the config for SD2.x inpainting models. 2 years ago
comfyanonymous 1de5aa6a59 Add a CLIPLoader node to load standalone clip weights.
Put them in models/clip
2 years ago
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.
2 years ago
comfyanonymous f73e57d881 Add support for textual inversion embedding for SD1.x CLIP. 2 years ago
comfyanonymous 36ec5690a6 Add some more model configs including some to use SD1 models in fp16. 2 years ago
comfyanonymous 220afe3310 Initial commit. 2 years ago