chore: improve ci (#150)

---------

Co-authored-by: leejet <leejet714@gmail.com>
This commit is contained in:
Cyberhan123
2024-02-26 22:01:34 +08:00
committed by GitHub
parent 4a8190405a
commit b7870a0f89
4 changed files with 136 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
#include <string>
#include <vector>
#include "preprocessing.hpp"
// #include "preprocessing.hpp"
#include "stable-diffusion.h"
#define STB_IMAGE_IMPLEMENTATION
@@ -642,7 +642,6 @@ int main(int argc, const char* argv[]) {
3,
input_image_buffer};
if (params.canny_preprocess) { // apply preprocessor
LOG_INFO("Applying canny preprocessor");
control_image->data = preprocess_canny(control_image->data,
control_image->width,
control_image->height,