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 20413af commit 99d320aCopy full SHA for 99d320a
stable-diffusion.cpp
@@ -1164,7 +1164,7 @@ class StableDiffusionGGML {
1164
GGML_ASSERT(has_conditionned || has_unconditioned || has_img_uncond);
1165
1166
// denoise wrapper
1167
- struct ggml_tensor* out_cond = nullptr;
+ struct ggml_tensor* out_cond = x;
1168
struct ggml_tensor* out_uncond = nullptr;
1169
struct ggml_tensor* out_skip = nullptr;
1170
struct ggml_tensor* out_img_cond = nullptr;
0 commit comments