Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ pipe.load_lora_weights("tonyassi/warhol-lora")
|
|
| 46 |
pipe.to("cuda")
|
| 47 |
|
| 48 |
# Generate image
|
| 49 |
-
prompt = "Warhol style,
|
| 50 |
image = pipe(prompt=prompt,
|
| 51 |
height=1024,
|
| 52 |
width=1024,
|
|
|
|
| 46 |
pipe.to("cuda")
|
| 47 |
|
| 48 |
# Generate image
|
| 49 |
+
prompt = "Warhol style, Bella Hadid"
|
| 50 |
image = pipe(prompt=prompt,
|
| 51 |
height=1024,
|
| 52 |
width=1024,
|