Skip to content

Commit aec9030

Browse files
committed
try fix dylib export on windows
1 parent 7e62386 commit aec9030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stable-diffusion.h

+4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ SD_API sd_image_t upscale(upscaler_ctx_t* upscaler_ctx, sd_image_t input_image,
158158

159159
SD_API bool convert(const char* input_path, const char* vae_path, const char* output_path, sd_type_t output_type);
160160

161+
SD_API void log_printf(sd_log_level_t level, const char* file, int line, const char* format, ...);
162+
163+
SD_API std::string sd_basename(const std::string& path);
164+
161165
#ifdef __cplusplus
162166
}
163167
#endif

0 commit comments

Comments
 (0)