Skip to content

Commit fa61ea7

Browse files
authored
fix: set default lora_model_dir to . (#1224)
1 parent 5e4579c commit fa61ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ struct SDContextParams {
445445
std::string photo_maker_path;
446446
sd_type_t wtype = SD_TYPE_COUNT;
447447
std::string tensor_type_rules;
448-
std::string lora_model_dir;
448+
std::string lora_model_dir = ".";
449449

450450
std::map<std::string, std::string> embedding_map;
451451
std::vector<sd_embedding_t> embedding_vec;

0 commit comments

Comments
 (0)