Update README.md
Browse files
README.md
CHANGED
@@ -42,9 +42,7 @@ guidance_scale = 7.5
|
|
42 |
|
43 |
pipe.unload_lora_weights()
|
44 |
pipe.load_lora_weights(
|
45 |
-
"
|
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])
|