mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
safer deep copy
This commit is contained in:
@@ -243,8 +243,8 @@ def worker():
|
|||||||
if use_style:
|
if use_style:
|
||||||
for s in style_selections:
|
for s in style_selections:
|
||||||
p, n = apply_style(s, positive=task_prompt)
|
p, n = apply_style(s, positive=task_prompt)
|
||||||
positive_basic_workloads += p
|
positive_basic_workloads = positive_basic_workloads + p
|
||||||
negative_basic_workloads += n
|
negative_basic_workloads = negative_basic_workloads + n
|
||||||
else:
|
else:
|
||||||
positive_basic_workloads.append(task_prompt)
|
positive_basic_workloads.append(task_prompt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user