1 parent 5e4579c commit fa61ea7Copy full SHA for fa61ea7
1 file changed
examples/common/common.hpp
@@ -445,7 +445,7 @@ struct SDContextParams {
445
std::string photo_maker_path;
446
sd_type_t wtype = SD_TYPE_COUNT;
447
std::string tensor_type_rules;
448
- std::string lora_model_dir;
+ std::string lora_model_dir = ".";
449
450
std::map<std::string, std::string> embedding_map;
451
std::vector<sd_embedding_t> embedding_vec;
0 commit comments