mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-31 07:10:41 -05:00
refactor: split model loader from model definitions (#1619)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "upscaler.h"
|
||||
#include "core/ggml_extend.hpp"
|
||||
#include "core/util.h"
|
||||
#include "model.h"
|
||||
#include "model_loader.h"
|
||||
#include "stable-diffusion.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
Reference in New Issue
Block a user