You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
comfyanonymous 47acb3d73e Implement support for t2i style model.
It needs the CLIPVision model so I added CLIPVisionLoader and CLIPVisionEncode.

Put the clip vision model in models/clip_vision
Put the t2i style model in models/style_models

StyleModelLoader to load it, StyleModelApply to apply it
ConditioningAppend to append the conditioning it outputs to a positive one.
2 years ago
..
checkpoints Initial commit. 2 years ago
clip Add a CLIPLoader node to load standalone clip weights. 2 years ago
clip_vision Implement support for t2i style model. 2 years ago
configs Add the config for the SD1.x inpainting model. 2 years ago
controlnet Create controlnet directory. 2 years ago
embeddings Add support for textual inversion embedding for SD1.x CLIP. 2 years ago
loras Add a LoraLoader node to apply loras to models and clip. 2 years ago
style_models Implement support for t2i style model. 2 years ago
t2i_adapter Add a T2IAdapterLoader node to load T2I-Adapter models. 2 years ago
vae Initial commit. 2 years ago