5 Commits (534736b924195e36cf3a4e3a578ad74c94bb6877)

Author SHA1 Message Date
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