diff --git a/otherarch/sdcpp/sdtype_adapter.cpp b/otherarch/sdcpp/sdtype_adapter.cpp index 06cd15191..6ca87a14c 100644 --- a/otherarch/sdcpp/sdtype_adapter.cpp +++ b/otherarch/sdcpp/sdtype_adapter.cpp @@ -1246,7 +1246,7 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs) params.negative_prompt = sd_params->negative_prompt.c_str(); params.clip_skip = sd_params->clip_skip; params.sample_params.guidance.txt_cfg = sd_params->cfg_scale; - params.sample_params.guidance.img_cfg = sd_params->cfg_scale; + // params.sample_params.guidance.img_cfg = sd_params->cfg_scale; //removed, breaks qwen img edit and more if (sd_params->distilled_guidance >= 0.f) { params.sample_params.guidance.distilled_guidance = sd_params->distilled_guidance; }