refactor: split model loader from model definitions (#1619)

This commit is contained in:
leejet
2026-06-07 23:20:12 +08:00
committed by GitHub
parent 2a07540c2a
commit b3d56d0ba1
25 changed files with 106 additions and 84 deletions

View File

@@ -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>