Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
25 |
torch_dtype=torch.float16, variant="fp16"
|
26 |
)
|
27 |
pipe.to("cuda")
|
28 |
-
pipe.load_lora_weights("radames/
|
29 |
pipe.set_adapters(["dpo-lora-sd21"], adapter_weights=[1.0]) # you can play with adapter_weights to increase the effect of the LoRA model
|
30 |
seed = 123123
|
31 |
prompt = "portrait headshot professional of elon musk"
|
|
|
25 |
torch_dtype=torch.float16, variant="fp16"
|
26 |
)
|
27 |
pipe.to("cuda")
|
28 |
+
pipe.load_lora_weights("radames/sd-21-DPO-LoRA", adapter_name="dpo-lora-sd21")
|
29 |
pipe.set_adapters(["dpo-lora-sd21"], adapter_weights=[1.0]) # you can play with adapter_weights to increase the effect of the LoRA model
|
30 |
seed = 123123
|
31 |
prompt = "portrait headshot professional of elon musk"
|