mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-05-08 06:02:29 +00:00
47acb3d73e
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.