radames commited on
Commit
c2bd4be
1 Parent(s): 70eb729

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/stable-diffusion-2-1-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"
 
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"