-
Notifications
You must be signed in to change notification settings - Fork 368
Calling txt2img twice in a row on the same sd_ctx causes a crash #366
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
Comments
Set |
This works, thanks! |
mudler
added a commit
to mudler/LocalAI
that referenced
this issue
Dec 3, 2024
leejet/stable-diffusion.cpp#366 Signed-off-by: Ettore Di Giacinto <[email protected]>
mudler
added a commit
to mudler/LocalAI
that referenced
this issue
Dec 3, 2024
* feat(backend): add stablediffusion-ggml Signed-off-by: Ettore Di Giacinto <[email protected]> * chore(ci): track stablediffusion-ggml Signed-off-by: Ettore Di Giacinto <[email protected]> * fixups Signed-off-by: Ettore Di Giacinto <[email protected]> * Use default scheduler and sampler if not specified Signed-off-by: Ettore Di Giacinto <[email protected]> * fixups Signed-off-by: Ettore Di Giacinto <[email protected]> * Move cfg scale out of diffusers block Signed-off-by: Ettore Di Giacinto <[email protected]> * Make it working Signed-off-by: Ettore Di Giacinto <[email protected]> * fix: set free_params_immediately to false to call the model in sequence leejet/stable-diffusion.cpp#366 Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was just trying to mess around to find a way to generate multiple images in a row without having to reload all models everytime, but this doesn't seem to be working. The second image (batch) crashes the app consistently (when calling
text_model->compute()
during theget_learned_condition
step).The text was updated successfully, but these errors were encountered: