MAXIMUN IMAGE GENERATION ALLOWED = 50 #1096
Replies: 6 comments 5 replies
-
Go to |
Beta Was this translation helpful? Give feedback.
-
Another solution is to type "-n 100" without quotes (or any other number larger than 50) in the prompt field. As soon as you hit the spacebar after typing this, the "Number of images to generate" slider moves up to the specified number. |
Beta Was this translation helpful? Give feedback.
-
Nice. Thanks so much!
…On Wed, Sep 14, 2022, 10:26 AM PierreHoule ***@***.***> wrote:
Another solution is to type "-n 100" without quotes (or any other number
larger than 50) in the prompt field. As soon as you hit the spacebar after
typing this, the "Number of images to generate" slider moves up to the
specified number.
—
Reply to this email directly, view it on GitHub
<#1096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A22MJBHUYHBM2OOCM26ZR6DV6HOCZANCNFSM6AAAAAAQLYYQ24>
.
You are receiving this because you authored the thread.Message ID:
<sd-webui/stable-diffusion-webui/repo-discussions/1096/comments/3645313@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
No problem I already found a solution using Google inspect or just changing
the code in the frontend file
…On Wed, Sep 14, 2022, 12:32 PM Thomas Mello ***@***.***> wrote:
This no longer works, prompt parsing was disabled because of negative
impact on performance.
—
Reply to this email directly, view it on GitHub
<#1096 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A22MJBBXDCTI3RH7NPHMUC3V6H43LANCNFSM6AAAAAAQLYYQ24>
.
You are receiving this because you authored the thread.Message ID:
<sd-webui/stable-diffusion-webui/repo-discussions/1096/comments/3646639@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
If you want to be able to type in any number you like, then change to
This will give you a text box to enter any number you like, with a little up/down arrow to progress by one if you prefer clicking. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out.
…On Thu, Sep 15, 2022, 1:05 PM Wonderflex ***@***.***> wrote:
If you want to be able to type in any number you like, then change
https://github.com/sd-webui/stable-diffusion-webui/blob/e6a9e5d968aad020e54045a0923d8c6aa0b54591/frontend/frontend.py#L39
to
txt2img_batch_count = gr.Number(label='Number of images to generate',
precision=0,
This will give you a text box to enter any number you like, with a little
up/down arrow to progress by one if you prefer clicking.
—
Reply to this email directly, view it on GitHub
<#1096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A22MJBF5YKPCRMEXMUKNCLDV6NJNPANCNFSM6AAAAAAQLYYQ24>
.
You are receiving this because you authored the thread.Message ID:
<sd-webui/stable-diffusion-webui/repo-discussions/1096/comments/3655996@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
HOW TO SET THE MAXIMUM image generation from 50 BACK to 250 as OLDER VERSIONS? Older HLKY interfaces had the ability to allow up to 250 images of generation per session. NOW its only up yo 50. Since i want to make ANIMATIONS with seeds variants, i need MORE frames so i can get more animation time, and OLDER versions can allow UP TO 250 images generation when you clicked PROCESS. Now, this models allow only up to 50, so 50 can make a good 2-second animation at 25fps. CAN ANYONE HELP ME TO CHANGE THE CODE OR SOMETHING
???
Beta Was this translation helpful? Give feedback.
All reactions