radames commited on
Commit
c24038f
·
1 Parent(s): 92d8540

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ pipe = DiffusionPipeline.from_pretrained(
28
  # "stabilityai/stable-diffusion-2-1",
29
  torch_dtype=torch.float16, variant="fp16"
30
  )
31
- pipe.load_lora_weights("radames/dpo-lora-sd2.1")
32
  seed = 123123
33
  pipe.to("cuda")
34
  prompt = "portrait headshot professional of elon musk"
 
28
  # "stabilityai/stable-diffusion-2-1",
29
  torch_dtype=torch.float16, variant="fp16"
30
  )
31
+ pipe.load_lora_weights("stable-diffusion-2-1-DPO-LoRA")
32
  seed = 123123
33
  pipe.to("cuda")
34
  prompt = "portrait headshot professional of elon musk"