Leofreddare commited on
Commit
16be126
·
verified ·
1 Parent(s): bb161ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ pipe = pipe.to(device)
26
 
27
  # Download your DreamCartoonLora weights from Hugging Face and load them into the pipeline.
28
  lora_path = hf_hub_download(repo_id="Leofreddare/DreamCartoonLoraV2", filename="DreamCartoonLoraV2.safetensors")
29
- print("Loaded CartoonFaceLora from:", lora_path)
30
  pipe.load_lora_weights(lora_path)
31
 
32
  MAX_SEED = np.iinfo(np.int32).max
 
26
 
27
  # Download your DreamCartoonLora weights from Hugging Face and load them into the pipeline.
28
  lora_path = hf_hub_download(repo_id="Leofreddare/DreamCartoonLoraV2", filename="DreamCartoonLoraV2.safetensors")
29
+ print("Loaded CartoonFaceLoraV2 from:", lora_path)
30
  pipe.load_lora_weights(lora_path)
31
 
32
  MAX_SEED = np.iinfo(np.int32).max