Closed driqeks closed 3 weeks ago
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
checkbox. To fix this, you need to add a change event handler for w.ad_use_checkpoint
similar to the other options. Here is an example of how you can add it:
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 w.ad_use_checkpoint
and w.ad_checkpoint
to ensure that the dropdown updates correctly when the checkbox is toggled [1].
To continue talking to Dosu, mention @dosu.
703
I am not using Flux models. I am using SDXL.
https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/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