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 af35858 commit 29993beCopy full SHA for 29993be
stable-diffusion.cpp
@@ -1168,7 +1168,7 @@ class StableDiffusionGGML {
1168
GGML_ASSERT(has_conditionned || has_unconditioned || has_img_uncond);
1169
1170
// denoise wrapper
1171
- struct ggml_tensor* out_cond = nullptr;
+ struct ggml_tensor* out_cond = x;
1172
struct ggml_tensor* out_uncond = nullptr;
1173
struct ggml_tensor* out_skip = nullptr;
1174
struct ggml_tensor* out_img_cond = nullptr;
0 commit comments