mirror of
https://github.com/BillyOutlast/rocm-stable-diffusion.cpp.git
synced 2026-02-04 03:01:18 +01:00
fix: correct canny preprocessor (#861)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user