nftnik commited on
Commit
355f7b6
·
verified ·
1 Parent(s): 8858e41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "model.safetensors", "clip_vision")
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="model.safetensors"
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