chestnutlzj commited on
Commit
e48bfa2
·
verified ·
1 Parent(s): 983d475

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-Qwen-Image-Edit-2509",
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])