mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-29 22:30:43 -05:00
refactor: reorganize src model layout (#1615)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "core/util.h"
|
||||
#include "name_conversion.h"
|
||||
#include "util.h"
|
||||
|
||||
void replace_with_name_map(std::string& name, const std::vector<std::pair<std::string, std::string>>& name_map) {
|
||||
for (auto kv : name_map) {
|
||||
|
||||
Reference in New Issue
Block a user