Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ MODELS_TO_DOWNLOAD = [
|
|
76 |
("zer0int/CLIP-GmP-ViT-L-14", "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", "text_encoders"),
|
77 |
("black-forest-labs/FLUX.1-dev", "ae.safetensors", "vae"),
|
78 |
("black-forest-labs/FLUX.1-dev", "flux1-dev.safetensors", "unet"),
|
79 |
-
("Comfy-Org/sigclip_vision_384", "
|
80 |
]
|
81 |
|
82 |
for repo_id, filename, folder in MODELS_TO_DOWNLOAD:
|
@@ -106,7 +106,7 @@ try:
|
|
106 |
logger.info("Carregando CLIP Vision...")
|
107 |
clipvisionloader = NODE_CLASS_MAPPINGS["CLIPVisionLoader"]()
|
108 |
CLIP_VISION = clipvisionloader.load_clip(
|
109 |
-
clip_name="
|
110 |
)
|
111 |
|
112 |
# Style Model
|
|
|
76 |
("zer0int/CLIP-GmP-ViT-L-14", "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors", "text_encoders"),
|
77 |
("black-forest-labs/FLUX.1-dev", "ae.safetensors", "vae"),
|
78 |
("black-forest-labs/FLUX.1-dev", "flux1-dev.safetensors", "unet"),
|
79 |
+
("Comfy-Org/sigclip_vision_384", "sigclip_vision_patch14_384.safetensors", "clip_vision")
|
80 |
]
|
81 |
|
82 |
for repo_id, filename, folder in MODELS_TO_DOWNLOAD:
|
|
|
106 |
logger.info("Carregando CLIP Vision...")
|
107 |
clipvisionloader = NODE_CLASS_MAPPINGS["CLIPVisionLoader"]()
|
108 |
CLIP_VISION = clipvisionloader.load_clip(
|
109 |
+
clip_name="sigclip_vision_patch14_384.safetensors"
|
110 |
)
|
111 |
|
112 |
# Style Model
|