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
-3
View File
@@ -147,9 +147,6 @@ def process_base(p: processing.StableDiffusionProcessing):
hidiffusion.unapply()
sd_models_compile.check_deepcache(enable=False)
if hasattr(shared.sd_model, 'embedding_db') and len(shared.sd_model.embedding_db.embeddings_used) > 0: # register used embeddings
p.extra_generation_params['Embeddings'] = ', '.join(shared.sd_model.embedding_db.embeddings_used)
shared.state.nextjob()
return output