fix: correct canny preprocessor (#861)

This commit is contained in:
Wagner Bruna
2025-10-13 11:02:35 -03:00
committed by GitHub
parent 1c32fa03bc
commit 5436f6b814
3 changed files with 8 additions and 8 deletions

View File

@@ -1434,7 +1434,7 @@ public:
int ne3;
if (sd_version_is_qwen_image(version)) {
ne2 = 1;
ne3 = C*x->ne[3];
ne3 = C * x->ne[3];
} else {
if (!use_tiny_autoencoder) {
C *= 2;