Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ pipeline = FluxPipeline.from_pretrained(
|
|
81 |
)
|
82 |
pipeline.load_lora_weights(
|
83 |
"ysmao/multiview-incontext",
|
84 |
-
weight_name="twoview-incontext-
|
85 |
)
|
86 |
pipeline.fuse_lora()
|
87 |
|
|
|
81 |
)
|
82 |
pipeline.load_lora_weights(
|
83 |
"ysmao/multiview-incontext",
|
84 |
+
weight_name="twoview-incontext-b02.safetensors",
|
85 |
)
|
86 |
pipeline.fuse_lora()
|
87 |
|