radames commited on
Commit
a5c5892
1 Parent(s): 8042e66

Update README.md

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