jefsnacker commited on
Commit
a28f83e
โ€ข
1 Parent(s): 9a11185

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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" #@param {type:"string"}
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]