Diffusers
Safetensors
ImageReFL
TorchRik commited on
Commit
e1e648c
·
verified ·
1 Parent(s): b449496

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(prompt).images[0]
39
  ```
40
 
 
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(prompt).images[0]
39
  ```
40