Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download
|
|
10 |
import spaces
|
11 |
from comfy import model_management
|
12 |
|
13 |
-
CHROMA_VERSION = "chroma-unlocked-
|
14 |
|
15 |
# Download required models
|
16 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
|
|
|
10 |
import spaces
|
11 |
from comfy import model_management
|
12 |
|
13 |
+
CHROMA_VERSION = "chroma-unlocked-v33.safetensors"
|
14 |
|
15 |
# Download required models
|
16 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
|