Nef Caballero commited on
Commit
62aa27a
·
1 Parent(s): 7371635

fix attempt for checkpoint loading

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
8
  import spaces
9
  from comfy import model_management
10
 
11
- hf_hub_download(repo_id="Comfy-Org/stable-diffusion-v1-5-archive", filename="v1-5-pruned-emaonly-fp16.safetensors", local_dir="models/checkpoints")
12
 
13
 
14
  def get_value_at_index(obj: Union[Sequence, Mapping], index: int) -> Any:
 
8
  import spaces
9
  from comfy import model_management
10
 
11
+ hf_hub_download(repo_id="Comfy-Org/stable-diffusion-v1-5-archive", filename="v1-5-pruned.safetensors", local_dir="models/checkpoints")
12
 
13
 
14
  def get_value_at_index(obj: Union[Sequence, Mapping], index: int) -> Any: