Update README.md
Browse files
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("
|
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"
|