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

Add different schedulers for image generation #1125

Open
Circl3s opened this issue Sep 15, 2024 · 1 comment
Open

Add different schedulers for image generation #1125

Circl3s opened this issue Sep 15, 2024 · 1 comment

Comments

@Circl3s
Copy link

Circl3s commented Sep 15, 2024

I know image gen isn't the main focus of KoboldCPP, but it's the easiest way for a noob (like me) to run Stable Diffusion locally. I noticed a lot of SD models want you to use specific schedule types (mainly Karras or exponential) or recommend experimenting with different ones, and stable-diffusion.cpp already supports it. Adding this along with removing the 1024px limit (why is it even there?) would be very useful. Either way, thanks for this amazing tool. :)

@LostRuins
Copy link
Owner

1024px limit was set as the image generation was not stable at higher values, often crashing the server or going out of memory.

As for the scheduler, it's technically possible but its currently a load-time parameter and not handled over the API, so that would need some time and effort to add in.

Have you see the options within the Lite UI under the "Media" tab?
image

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