• Your Name's avatar
    Fix: Skip sd.cpp fallback for non-GGUF models · f5b9d812
    Your Name authored
    - Added check to only attempt sd.cpp fallback for GGUF models
    - Tongyi-MAI/Z-Image-Turbo is a diffusers model, not GGUF, so sd.cpp should be skipped
    - sd.cpp only supports GGUF models, diffusers models use the diffusers pipeline
    - This prevents unnecessary sd.cpp resolution attempts for incompatible model types
    f5b9d812
Name
Last commit
Last update
..
api Loading commit data...
backends Loading commit data...
models Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
main.py Loading commit data...