mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
enable full resize opts in hires
This commit is contained in:
@@ -42,7 +42,7 @@ def infotext_to_html(text):
|
||||
negative = res.get('Negative prompt', '')
|
||||
res.pop('Prompt', None)
|
||||
res.pop('Negative prompt', None)
|
||||
params = [f'{k}: {v}' for k, v in res.items() if v is not None]
|
||||
params = [f'{k}: {v}' for k, v in res.items() if v is not None and 'size-' not in k.lower()]
|
||||
params = '| '.join(params) if len(params) > 0 else ''
|
||||
code = ''
|
||||
if len(prompt) > 0:
|
||||
|
||||
Reference in New Issue
Block a user