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.
2 parents 8ec0712 + 4943ec9 commit 3ede8d1Copy full SHA for 3ede8d1
stable-diffusion.cpp
@@ -292,11 +292,6 @@ class StableDiffusionGGML {
292
model_loader.set_wtype_override(wtype);
293
}
294
295
- if (sd_version_is_sdxl(version)) {
296
- vae_wtype = GGML_TYPE_F32;
297
- model_loader.set_wtype_override(GGML_TYPE_F32, "vae.");
298
- }
299
-
300
LOG_INFO("Weight type: %s", ggml_type_name(model_wtype));
301
LOG_INFO("Conditioner weight type: %s", ggml_type_name(conditioner_wtype));
302
LOG_INFO("Diffusion model weight type: %s", ggml_type_name(diffusion_model_wtype));
0 commit comments