hidream whitelist samplers

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-11 22:32:57 -04:00
parent 0f595d4cc5
commit 3533258980
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ samplers = all_samplers
samplers_for_img2img = all_samplers
samplers_map = {}
loaded_config = None
flow_models = ['Flux', 'StableDiffusion3', 'Lumina', 'AuraFlow', 'Sana', 'CogView4']
flow_models = ['Flux', 'StableDiffusion3', 'Lumina', 'AuraFlow', 'Sana', 'CogView4', 'HiDream']
flow_models += ['Hunyuan', 'LTX', 'Mochi']
+2 -2
View File
@@ -415,8 +415,8 @@ 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),
"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),
}))
options_templates.update(options_section(('vae_encoder', "Variable Auto Encoder"), {