-
Notifications
You must be signed in to change notification settings - Fork 326
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
[Bug]: "Use separate checkpoint" not working in ForgeUI #716
Comments
Hey @driqeks! I'm here to help you with any bugs or questions you have. I can assist you in solving issues, answering questions, and becoming a contributor. The "Use separate checkpoint" option in ForgeUI is not working because there is no change event handler defined for the w.ad_use_checkpoint.change(
gr_interactive,
inputs=w.ad_use_checkpoint,
outputs=w.ad_checkpoint,
queue=False,
) This code should be added after the definition of |
I am not using Flux models. I am using SDXL. |
lllyasviel/stable-diffusion-webui-forge#964 forge has changed the import policy for checkpoints, so changing checkpoints during generation no longer works. |
Describe the bug
The checkpoint selected in "Use separate checkpoint" is ignored. It always instead uses the regular checkpoint that was used for generating the image.
Steps to reproduce
No response
Screenshots
No response
Console logs, from start to end.
List of installed extensions
No response
The text was updated successfully, but these errors were encountered: