Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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
|