-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you support the BatchCount parameter? #10
Comments
What is your use-case for an batch-count parameter? I don't see any advantage over just a loop and multiple generations. But the parameter would add extra clutter to the interface and introduce some challenges freeing the native memory. Image2Video is not supported in stable-diffusion.cpp so far. It was worked on in leejet/stable-diffusion.cpp#236 but never got merged. |
Does BatchSize support it? |
No |
Why is there no judgment on null for _parameter in the Initialize method |
What do you mean? The _parameter-Field is not nullable, that's also runtime checked when passing it in the constructor. |
I'm sorry I didn't make it clear,I see that you don't need to _parameter parameters only when using Upscale,Is it possible to initialize it separately |
and Image2Video method
The text was updated successfully, but these errors were encountered: