mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-24 07:45:49 +00:00
exclude z-image from reference image list
This commit is contained in:
parent
b368c874e9
commit
75ada7102f
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@ static sd_audio_t load_audio_from_b64(const std::string& b64audio) {
|
|||
|
||||
bool supports_reference_images(kcpp_sd::model_info info)
|
||||
{
|
||||
bool supported = (info.is_wan || info.is_ltx || info.supports_ref_image || info.is_kontext || photomaker_enabled);
|
||||
bool supported = (info.is_wan || info.is_ltx || info.supports_ref_image || info.is_kontext || photomaker_enabled) && !info.is_zimage;
|
||||
return supported;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue