mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
speed up
This commit is contained in:
@@ -968,5 +968,7 @@ def apply_style_negative(style, txt):
|
||||
p, n = styles.get(style, default_style)
|
||||
if n == '':
|
||||
return txt
|
||||
elif txt == '':
|
||||
return n
|
||||
else:
|
||||
return n + ', ' + txt
|
||||
|
||||
Reference in New Issue
Block a user