sayakpaul HF staff commited on
Commit
bb32fcd
1 Parent(s): ac28bdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -38,7 +38,6 @@ image = pipeline(prompt=prompt,
38
  width=512,
39
  height=768,
40
  num_inference_steps=15,
41
- # num_images_per_prompt=1,
42
  generator=torch.manual_seed(0)
43
  ).images[0]
44
  image.save("image.png")
 
38
  width=512,
39
  height=768,
40
  num_inference_steps=15,
 
41
  generator=torch.manual_seed(0)
42
  ).images[0]
43
  image.save("image.png")