ysmao commited on
Commit
991b312
·
verified ·
1 Parent(s): da0ac70

Update to use beta v0.3 model checkpoint

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-b02.safetensors",
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