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