Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ pipe = FluxFillPipeline.from_pretrained(
|
|
27 |
).to("cuda")
|
28 |
|
29 |
pipe.load_lora_weights(
|
30 |
-
"./insertanything_model/
|
31 |
)
|
32 |
|
33 |
|
|
|
27 |
).to("cuda")
|
28 |
|
29 |
pipe.load_lora_weights(
|
30 |
+
"./insertanything_model/20250321_steps5000_pytorch_lora_weights.safetensors"
|
31 |
)
|
32 |
|
33 |
|