Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ from diffusers.utils import load_image
|
|
| 30 |
pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", torch_dtype=torch.bfloat16)
|
| 31 |
|
| 32 |
pipe.load_lora_weights(
|
| 33 |
-
"chestnutlzj/Edit-R1-
|
| 34 |
adapter_name="lora",
|
| 35 |
)
|
| 36 |
pipe.set_adapters(["lora"], adapter_weights=[1])
|
|
|
|
| 30 |
pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev", torch_dtype=torch.bfloat16)
|
| 31 |
|
| 32 |
pipe.load_lora_weights(
|
| 33 |
+
"chestnutlzj/Edit-R1-FLUX.1-Kontext-dev",
|
| 34 |
adapter_name="lora",
|
| 35 |
)
|
| 36 |
pipe.set_adapters(["lora"], adapter_weights=[1])
|