Teo04 commited on
Commit
7242850
1 Parent(s): b03a1ad

Update README.md

Browse files

blond hair, nude, red background, open mouth

Files changed (1) hide show
  1. README.md +1 -1
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, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt"
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