Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from comfy import model_management
|
|
13 |
# Download required models
|
14 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
|
15 |
vae_path = hf_hub_download(repo_id="lodestones/Chroma", filename="ae.safetensors", local_dir="models/vae")
|
16 |
-
unet_path = hf_hub_download(repo_id="lodestones/Chroma", filename="chroma-unlocked-
|
17 |
|
18 |
# Utility functions
|
19 |
def get_value_at_index(obj: Union[Sequence, Mapping], index: int) -> Any:
|
|
|
13 |
# Download required models
|
14 |
t5_path = hf_hub_download(repo_id="comfyanonymous/flux_text_encoders", filename="t5xxl_fp8_e4m3fn.safetensors", local_dir="models/text_encoders/")
|
15 |
vae_path = hf_hub_download(repo_id="lodestones/Chroma", filename="ae.safetensors", local_dir="models/vae")
|
16 |
+
unet_path = hf_hub_download(repo_id="lodestones/Chroma", filename="chroma-unlocked-v32.safetensors", local_dir="models/unet")
|
17 |
|
18 |
# Utility functions
|
19 |
def get_value_at_index(obj: Union[Sequence, Mapping], index: int) -> Any:
|