Text-to-Image
Diffusers
Safetensors
jiuntian commited on
Commit
32079de
·
verified ·
1 Parent(s): d95e5c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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=25,
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]],