Commit
·
3515d68
1
Parent(s):
8e8ddc5
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model_id = "ShibaDeveloper/olivia-v1.0"
|
|
20 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
21 |
pipe = pipe.to("cuda")
|
22 |
|
23 |
-
prompt = "
|
24 |
image = pipe(prompt).images[0]
|
25 |
|
26 |
image.save("./olivia_img.png")
|
|
|
20 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
21 |
pipe = pipe.to("cuda")
|
22 |
|
23 |
+
prompt = "A portrait a Beautiful Princess, painted in the style of Neimy Kanani, Djamila Knopf, Kelsey Beckett. pink fluffy clouds and shimmering stars everywhere, with a peaceful and calming atmosphere. fluffy long wavy hair, flower bodypaint on the skin, The painting is created using digital techniques and is reminiscent of the illustrations of Tom Bagshaw and David Mack."
|
24 |
image = pipe(prompt).images[0]
|
25 |
|
26 |
image.save("./olivia_img.png")
|