jefsnacker
commited on
Commit
โข
a28f83e
1
Parent(s):
9a11185
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
|
|
56 |
).to("cuda")
|
57 |
|
58 |
guidance_scale = 7
|
59 |
-
prompt = "Cute and adorable cartoon fluffy azzy cat with cap, with yellow eyes, fantasy, dreamlike, city scenario, surrealism, super cute, trending on artstation"
|
60 |
|
61 |
images = pipe(prompt, num_images_per_prompt=1, num_inference_steps=50, guidance_scale=guidance_scale).images
|
62 |
image[0]
|
|
|
56 |
).to("cuda")
|
57 |
|
58 |
guidance_scale = 7
|
59 |
+
prompt = "Cute and adorable cartoon fluffy azzy cat with cap, with yellow eyes, fantasy, dreamlike, city scenario, surrealism, super cute, trending on artstation"
|
60 |
|
61 |
images = pipe(prompt, num_images_per_prompt=1, num_inference_steps=50, guidance_scale=guidance_scale).images
|
62 |
image[0]
|