radames commited on
Commit
c60900c
1 Parent(s): 8c6ed42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ guidance_scale = 7.5
42
 
43
  pipe.unload_lora_weights()
44
  pipe.load_lora_weights(
45
- "radames/stable-diffusion-XL-DPO-LoRA",
46
  adapter_name="sdxl-dpo-lora",
47
  )
48
  pipe.set_adapters(["sdxl-dpo-lora"], adapter_weights=[0.9])
 
42
 
43
  pipe.unload_lora_weights()
44
  pipe.load_lora_weights(
45
+ "radames/sdxl-DPO-LoRA",
46
  adapter_name="sdxl-dpo-lora",
47
  )
48
  pipe.set_adapters(["sdxl-dpo-lora"], adapter_weights=[0.9])