Spaces:
Runtime error
Runtime error
Update to use beta v0.3 model checkpoint
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ pipe = FluxInpaintPipeline.from_pretrained(
|
|
16 |
pipe.to("cuda")
|
17 |
pipe.load_lora_weights(
|
18 |
"ysmao/multiview-incontext",
|
19 |
-
weight_name="twoview-incontext-
|
20 |
)
|
21 |
|
22 |
|
|
|
16 |
pipe.to("cuda")
|
17 |
pipe.load_lora_weights(
|
18 |
"ysmao/multiview-incontext",
|
19 |
+
weight_name="twoview-incontext-b03.safetensors",
|
20 |
)
|
21 |
|
22 |
|