mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-05 09:40:41 -05:00
refactor: split examples common into header and source (#1393)
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include <json.hpp>
|
||||
#include "httplib.h"
|
||||
#include "stable-diffusion.h"
|
||||
|
||||
#include "common/common.hpp"
|
||||
#include "common/common.h"
|
||||
#include "common/media_io.h"
|
||||
#include "common/resource_owners.hpp"
|
||||
|
||||
@@ -19,6 +20,7 @@
|
||||
#include "frontend/dist/gen_index_html.h"
|
||||
#endif
|
||||
|
||||
using json = nlohmann::json;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
// ----------------------- helpers -----------------------
|
||||
|
||||
Reference in New Issue
Block a user