Skip to content

Commit fb4f8d9

Browse files
Fixed typo
1 parent c837c5d commit fb4f8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class StableDiffusionGGML {
254254

255255
LOG_INFO("Weight type: %s", ggml_type_name(model_wtype));
256256
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));
257+
LOG_INFO("Diffusion model weight type: %s", ggml_type_name(diffusion_model_wtype));
258258
LOG_INFO("VAE weight type: %s", ggml_type_name(vae_wtype));
259259

260260
LOG_DEBUG("ggml tensor size = %d bytes", (int)sizeof(ggml_tensor));

0 commit comments

Comments
 (0)