fix: clarify lora quant support and small fixes (#792)

This commit is contained in:
Markus Hartung
2025-09-08 16:39:25 +02:00
committed by GitHub
parent c648001030
commit abb115cd02
5 changed files with 49 additions and 4 deletions

View File

@@ -330,7 +330,7 @@ public:
if (sd_version_is_dit(version)) {
use_t5xxl = true;
}
if (!ggml_backend_is_cpu(backend) && use_t5xxl) {
if (!clip_on_cpu && !ggml_backend_is_cpu(backend) && use_t5xxl) {
LOG_WARN(
"!!!It appears that you are using the T5 model. Some backends may encounter issues with it."
"If you notice that the generated images are completely black,"