Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ prompt = "An image of grassland with a dog."
|
|
28 |
# Image generation with GLIGEN
|
29 |
output_images = pipeline(
|
30 |
prompt,
|
31 |
-
num_inference_steps=
|
32 |
height=512, width=512,
|
33 |
gligen_scheduled_sampling_beta=0.4,
|
34 |
gligen_boxes=[[0.1, 0.6, 0.3, 0.8]],
|
|
|
28 |
# Image generation with GLIGEN
|
29 |
output_images = pipeline(
|
30 |
prompt,
|
31 |
+
num_inference_steps=50,
|
32 |
height=512, width=512,
|
33 |
gligen_scheduled_sampling_beta=0.4,
|
34 |
gligen_boxes=[[0.1, 0.6, 0.3, 0.8]],
|