mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
initial lightweight animatediff
This commit is contained in:
@@ -35,7 +35,7 @@ def plaintext_to_html(text):
|
||||
|
||||
def infotext_to_html(text):
|
||||
res = parse_generation_parameters(text)
|
||||
prompt = res.get('Prompt', '').replace('\n', '<br>\n')
|
||||
prompt = res.get('Prompt', '')
|
||||
negative = res.get('Negative prompt', '')
|
||||
res.pop('Prompt', None)
|
||||
res.pop('Negative prompt', None)
|
||||
|
||||
Reference in New Issue
Block a user