Update README.md
Browse filesblond hair, nude, red background, open mouth
README.md
CHANGED
@@ -55,7 +55,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
|
|
55 |
torch_dtype=torch.float32
|
56 |
).to('cuda')
|
57 |
|
58 |
-
prompt = "1girl, aqua eyes,
|
59 |
with autocast("cuda"):
|
60 |
image = pipe(prompt, guidance_scale=6)["sample"][0]
|
61 |
|
|
|
55 |
torch_dtype=torch.float32
|
56 |
).to('cuda')
|
57 |
|
58 |
+
prompt = "1girl, aqua eyes, blonde hair, open mouth, earrings, red background, jewelry, looking at viewer, no shirt, long hair, simple background, solo, upper body, yellow shirt"
|
59 |
with autocast("cuda"):
|
60 |
image = pipe(prompt, guidance_scale=6)["sample"][0]
|
61 |
|