We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4b13 commit 8d58b25Copy full SHA for 8d58b25
stable-diffusion.cpp
@@ -314,10 +314,6 @@ class StableDiffusionGGML {
314
if (sd_version_is_dit(version)) {
315
use_t5xxl = true;
316
}
317
- if (!ggml_backend_is_cpu(backend) && use_t5xxl && conditioner_wtype != GGML_TYPE_F32) {
318
- clip_on_cpu = true;
319
- LOG_INFO("set clip_on_cpu to true");
320
- }
321
if (clip_on_cpu && !ggml_backend_is_cpu(backend)) {
322
LOG_INFO("CLIP: Using CPU backend");
323
clip_backend = ggml_backend_cpu_init();
0 commit comments