ysmao commited on
Commit
c6f45f8
·
verified ·
1 Parent(s): be9758b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ pipeline = FluxPipeline.from_pretrained(
85
  )
86
  pipeline.load_lora_weights(
87
  "ysmao/multiview-incontext",
88
- weight_name="twoview-incontext-b02.safetensors",
89
  )
90
  pipeline.fuse_lora()
91
 
 
85
  )
86
  pipeline.load_lora_weights(
87
  "ysmao/multiview-incontext",
88
+ weight_name="twoview-incontext-b03.safetensors",
89
  )
90
  pipeline.fuse_lora()
91