Prime Cai commited on
Commit
cd192ee
·
1 Parent(s): f892745

remove num of images

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -133,7 +133,9 @@ with demo:
133
  <a href="https://x.com/prime_cai?lang=en" target="_blank"><img src="https://img.shields.io/twitter/follow/prime_cai?style=social" style="display:inline-block;"></a>
134
 
135
  <div style="text-align: center;">
136
- The model does have randomness because of both the Gemini prompt enhancement and the diffusion initial noises. Please give it a few tries to get the best results.
 
 
137
  </div>
138
  </div>
139
  """
@@ -148,7 +150,7 @@ with demo:
148
  gr.Slider(minimum=1.0, maximum=6.0, step=0.5, value=3.5, label="guidance scale", info="Tip: start with 3.5, then gradually increase if the consistency is consistently off"),
149
  gr.Slider(minimum=1.0, maximum=2.0, step=0.05, value=1.5, label="real guidance scale for image", info="Tip: increase if the image is not consistent"),
150
  gr.Slider(minimum=1.0, maximum=2.0, step=0.05, value=1.0, label="real guidance scale for prompt", info="Tip: increase if the prompt is not consistent"),
151
- gr.Slider(minimum=1, maximum=5, step=1, value=1, label="Number of images", info="Select how many images to generate"),
152
  ],
153
  outputs=gr.Image(type="pil"),
154
  # outputs=gr.Gallery(label="Generated Images", height=544),
 
133
  <a href="https://x.com/prime_cai?lang=en" target="_blank"><img src="https://img.shields.io/twitter/follow/prime_cai?style=social" style="display:inline-block;"></a>
134
 
135
  <div style="text-align: center;">
136
+ The model does have randomness because of both the Gemini prompt enhancement and the diffusion initial noises.
137
+ <br>
138
+ Please give it a few tries to get the best results.
139
  </div>
140
  </div>
141
  """
 
150
  gr.Slider(minimum=1.0, maximum=6.0, step=0.5, value=3.5, label="guidance scale", info="Tip: start with 3.5, then gradually increase if the consistency is consistently off"),
151
  gr.Slider(minimum=1.0, maximum=2.0, step=0.05, value=1.5, label="real guidance scale for image", info="Tip: increase if the image is not consistent"),
152
  gr.Slider(minimum=1.0, maximum=2.0, step=0.05, value=1.0, label="real guidance scale for prompt", info="Tip: increase if the prompt is not consistent"),
153
+ # gr.Slider(minimum=1, maximum=5, step=1, value=1, label="Number of images", info="Select how many images to generate"),
154
  ],
155
  outputs=gr.Image(type="pil"),
156
  # outputs=gr.Gallery(label="Generated Images", height=544),