Oedon42 commited on
Commit
d57ddde
·
verified ·
1 Parent(s): c1a30d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ from diffusers import DiffusionPipeline
34
  pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
35
  pipe.load_lora_weights("Oedon42/oldpainter-lora-xl")
36
 
37
- prompt = "big white rose, 1800s, 19th century, antiquity, color, Europe"
38
  image = pipe(prompt).images[0]
39
  ```
40
  ## Model Preview
 
34
  pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0")
35
  pipe.load_lora_weights("Oedon42/oldpainter-lora-xl")
36
 
37
+ prompt = "big white rose, details, 19th century, antiquity, reference book, color, Europe, frontispiece, 8k"
38
  image = pipe(prompt).images[0]
39
  ```
40
  ## Model Preview