Ready
Browse files
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=
|
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
|