Update README.md
Browse files
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-
|
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 |
|