mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 01:20:59 +02:00
hidream add llm info to metadata
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user