tonyassi commited on
Commit
b7f9041
1 Parent(s): b535eee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, megan fox wearing a gold mesh dress with crystals"
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,