cleanup metadata

This commit is contained in:
Vladimir Mandic
2024-06-19 08:52:16 -04:00
parent 527865db25
commit aa262db6eb
3 changed files with 19 additions and 7 deletions
-1
View File
@@ -105,7 +105,6 @@ def process_diffusers(p: processing.StableDiffusionProcessing):
desc='Base',
)
shared.state.sampling_steps = base_args.get('prior_num_inference_steps', None) or base_args.get('num_inference_steps', None) or p.steps
p.extra_generation_params['Pipeline'] = shared.sd_model.__class__.__name__
if shared.opts.scheduler_eta is not None and shared.opts.scheduler_eta > 0 and shared.opts.scheduler_eta < 1:
p.extra_generation_params["Sampler Eta"] = shared.opts.scheduler_eta
output = None