Update README.md
Browse files
README.md
CHANGED
@@ -42,11 +42,11 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
42 |
variant="fp16",
|
43 |
use_safetensors=True
|
44 |
)
|
45 |
-
pipe.load_lora_weights("tonyassi/margiela-ss24-dreambooth")
|
46 |
pipe.to("cuda")
|
47 |
|
48 |
# Generate image
|
49 |
-
prompt = "Margiela SS24 style megan fox"
|
50 |
image = pipe(prompt=prompt,
|
51 |
height=1024,
|
52 |
width=1024,
|
|
|
42 |
variant="fp16",
|
43 |
use_safetensors=True
|
44 |
)
|
45 |
+
pipe.load_lora_weights("tonyassi/margiela-ss24-fashion-dreambooth")
|
46 |
pipe.to("cuda")
|
47 |
|
48 |
# Generate image
|
49 |
+
prompt = "Margiela SS24 style, megan fox wearing a gold mesh dress with crystals"
|
50 |
image = pipe(prompt=prompt,
|
51 |
height=1024,
|
52 |
width=1024,
|