Noizze commited on
Commit
317cd00
1 Parent(s): 776f52a
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ num_samples = 1
53
  with torch.inference_mode():
54
  images = pipe([prompt] * num_samples,
55
  negative_prompt = [negative_prompt]*num_samples,
56
- height=512, width=512,
57
  num_inference_steps=50,
58
  guidance_scale=8,
59
  ).images
 
53
  with torch.inference_mode():
54
  images = pipe([prompt] * num_samples,
55
  negative_prompt = [negative_prompt]*num_samples,
56
+ height=512, width=712,
57
  num_inference_steps=50,
58
  guidance_scale=8,
59
  ).images