Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
34 |
trust_remote_code=True
|
35 |
).to(device)
|
36 |
|
37 |
-
prompt =
|
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
|