Commit Graph

5 Commits

Author SHA1 Message Date
comfyanonymous 1de5aa6a59 Add a CLIPLoader node to load standalone clip weights.
Put them in models/clip
2023-02-05 15:20:18 -05:00
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
comfyanonymous f73e57d881 Add support for textual inversion embedding for SD1.x CLIP. 2023-01-29 18:46:44 -05:00
comfyanonymous 36ec5690a6 Add some more model configs including some to use SD1 models in fp16. 2023-01-28 23:23:49 -05:00
comfyanonymous 220afe3310 Initial commit. 2023-01-16 22:37:14 -05:00