Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ pipe.enable_attention_slicing(slice_size="auto")
|
|
58 |
# Eric cat LoRA 가중치 로드
|
59 |
try:
|
60 |
lora_path = hf_hub_download(
|
61 |
-
"
|
62 |
-
"flux-
|
63 |
use_auth_token=HF_TOKEN
|
64 |
)
|
65 |
pipe.load_lora_weights(lora_path)
|
|
|
58 |
# Eric cat LoRA 가중치 로드
|
59 |
try:
|
60 |
lora_path = hf_hub_download(
|
61 |
+
"openfree/myt-flux-fantasy",
|
62 |
+
"myt-flux-fantasy.safetensors",
|
63 |
use_auth_token=HF_TOKEN
|
64 |
)
|
65 |
pipe.load_lora_weights(lora_path)
|