ysmao commited on
Commit
50bf045
·
verified ·
1 Parent(s): fb03da7

Update to twoview beta v02 lora weight

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-b01.safetensors",
20
  )
21
 
22
 
 
16
  pipe.to("cuda")
17
  pipe.load_lora_weights(
18
  "ysmao/multiview-incontext",
19
+ weight_name="twoview-incontext-b02.safetensors",
20
  )
21
 
22