gokaygokay commited on
Commit
6d96bdc
·
verified ·
1 Parent(s): 96b7653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-v31.safetensors", local_dir="models/unet")
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: