mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 09:59:41 +00:00
added photomaker face cloning
This commit is contained in:
parent
21881a861d
commit
4e40f2aaf4
6 changed files with 161 additions and 57 deletions
|
@ -597,6 +597,7 @@ struct FrozenCLIPEmbedderWithCustomWords : public Conditioner {
|
|||
GGML_ASSERT(it != tokens.end()); // prompt must have trigger word
|
||||
tokens.erase(it);
|
||||
return decode(tokens);
|
||||
//return prompt; //kcpp we don't care about photomaker trigger words
|
||||
}
|
||||
|
||||
SDCondition get_learned_condition(ggml_context* work_ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue