Thanks to visit codestin.com Credit goes to github.com
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 f718014 commit 9566f59Copy full SHA for 9566f59
CMakeLists.txt
@@ -59,7 +59,7 @@ endif()
59
60
set(SD_LIB stable-diffusion)
61
62
-add_library(${SD_LIB} stable-diffusion.h stable-diffusion.cpp model.h model.cpp util.h util.cpp upscaler.cpp tensor.hpp
+add_library(${SD_LIB} stable-diffusion.h stable-diffusion.cpp model.h model.cpp util.h util.cpp upscaler.cpp
63
ggml_extend.hpp clip.hpp common.hpp unet.hpp tae.hpp esrgan.hpp lora.hpp denoiser.hpp rng.hpp rng_philox.hpp
64
control.hpp preprocessing.hpp)
65
ggml_extend.hpp
@@ -33,7 +33,6 @@
33
#endif
34
35
#include "rng.hpp"
36
-#include "tensor.hpp"
37
#include "util.h"
38
39
#define EPS 1e-05f
tensor.hpp
0 commit comments