TorchRik commited on
Commit
3019745
·
verified ·
1 Parent(s): db83bb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ pipe = DiffusionPipeline.from_pretrained(
34
  trust_remote_code=True
35
  ).to(device)
36
 
37
- prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
38
  image = pipe(
39
  prompt,
40
  original_unet_steps=30
 
34
  trust_remote_code=True
35
  ).to(device)
36
 
37
+ prompt = 'An image of an emo with dark brown hair in a messy pixie cut, large entirely-black eyes, wearing black clothing and boots.'
38
  image = pipe(
39
  prompt,
40
  original_unet_steps=30