Replies: 1 comment
-
Hello @Kmolpat! I'm here to help you with any bugs, questions, or contributions you have. Let's work together to solve this issue. To resolve the issue with ADetailer not switching models in SD Forge, ensure that the ADetailer model is correctly set in the options. Here are the steps to check and configure the ADetailer model:
Additionally, ensure that the if (
args.ad_use_checkpoint
and args.ad_checkpoint
and args.ad_checkpoint not in ("None", "Use same checkpoint")
):
d["sd_model_checkpoint"] = args.ad_checkpoint By ensuring these settings are correctly configured, the ADetailer should switch models as expected [1][2]. |
Beta Was this translation helpful? Give feedback.
-
It used to work very well before when I checked using a separate model, but now it doesn't. It just uses the same checkpoint.
Beta Was this translation helpful? Give feedback.
All reactions