Skip to content

Commit a12ef46

Browse files
committed
No defaults in c code
1 parent 0db2e89 commit a12ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stable-diffusion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ SD_API sd_image_t* txt2img(sd_ctx_t* sd_ctx,
173173
float slg_scale,
174174
float skip_layer_start,
175175
float skip_layer_end,
176-
step_callback_t step_callback = NULL);
176+
step_callback_t step_callback);
177177

178178
SD_API sd_image_t* img2img(sd_ctx_t* sd_ctx,
179179
sd_image_t init_image,

0 commit comments

Comments
 (0)