hidream allow custom llama

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-11 21:27:48 -04:00
parent 1591773dec
commit 78d8bfeba7
3 changed files with 12 additions and 6 deletions
+1
View File
@@ -416,6 +416,7 @@ options_templates.update(options_section(('sd', "Models & Loading"), {
options_templates.update(options_section(('model_options', "Models Options"), {
"model_sd3_disable_te5": OptionInfo(False, "SD3 disable T5 encoder"),
"model_h1_llama_repo": OptionInfo("meta-llama/Meta-Llama-3.1-8B-Instruct", "LLama repo", gr.Textbox),
}))
options_templates.update(options_section(('vae_encoder', "Variable Auto Encoder"), {