hidream add llm info to metadata

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-17 14:44:37 -04:00
parent eaf37055ba
commit 75ebf1e196
7 changed files with 67 additions and 52 deletions
+1 -1
View File
@@ -416,7 +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, "StableDiffusion3: T5 disable encoder"),
"model_h1_llama_repo": OptionInfo("meta-llama/Meta-Llama-3.1-8B-Instruct", "HiDream: LLama repo", gr.Textbox),
"model_h1_llama_repo": OptionInfo("Default", "HiDream: LLama repo", gr.Textbox),
}))
options_templates.update(options_section(('vae_encoder', "Variable Auto Encoder"), {