Skip to content
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

Open
qiandi opened this issue Jun 17, 2024 · 6 comments
Open

Can you support the BatchCount parameter? #10

qiandi opened this issue Jun 17, 2024 · 6 comments

Comments

@qiandi
Copy link

qiandi commented Jun 17, 2024

and Image2Video method

@DarthAffe
Copy link
Owner

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.

@qiandi
Copy link
Author

qiandi commented Jun 18, 2024

Does BatchSize support it?

@DarthAffe
Copy link
Owner

No

@qiandi
Copy link
Author

qiandi commented Jun 19, 2024

Why is there no judgment on null for _parameter in the Initialize method

@DarthAffe
Copy link
Owner

What do you mean? The _parameter-Field is not nullable, that's also runtime checked when passing it in the constructor.

@qiandi
Copy link
Author

qiandi commented Jun 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants