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 c837c5d commit fb4f8d9Copy full SHA for fb4f8d9
stable-diffusion.cpp
@@ -254,7 +254,7 @@ class StableDiffusionGGML {
254
255
LOG_INFO("Weight type: %s", ggml_type_name(model_wtype));
256
LOG_INFO("Conditioner weight type: %s", ggml_type_name(conditioner_wtype));
257
- LOG_INFO("Diffsuion model weight type: %s", ggml_type_name(diffusion_model_wtype));
+ LOG_INFO("Diffusion model weight type: %s", ggml_type_name(diffusion_model_wtype));
258
LOG_INFO("VAE weight type: %s", ggml_type_name(vae_wtype));
259
260
LOG_DEBUG("ggml tensor size = %d bytes", (int)sizeof(ggml_tensor));
0 commit comments