Skip to content

Commit e907b85

Browse files
committed
remove debug log
1 parent eca2089 commit e907b85

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
@@ -1039,7 +1039,7 @@ class StableDiffusionGGML {
10391039
}
10401040

10411041
} else {
1042-
LOG_DEBUG("Original calc [Step %d]: sigma=%.4f, c_skip=%.4f, c_out=%.4f", step, sigma, c_skip, c_out);
1042+
10431043
for (int i = 0; i < ne_elements; i++) {
10441044
// CFG and SLG apply to the raw model output *before* the final scaling
10451045
float model_output_result = positive_data[i]; // Start with positive prediction

0 commit comments

Comments
 (0)