mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Cleaned up Private Log (most users won't need information about raw prompts)
This commit is contained in:
@@ -541,9 +541,7 @@ def worker():
|
||||
for x in imgs:
|
||||
d = [
|
||||
('Prompt', task['task_prompt']),
|
||||
('Prompt (raw)', raw_prompt),
|
||||
('Negative Prompt', task['task_negative_prompt']),
|
||||
('Negative Prompt (raw)', raw_negative_prompt),
|
||||
('Fooocus V2 Expansion', task['expansion']),
|
||||
('Styles', str(raw_style_selections)),
|
||||
('Performance', performance_selection),
|
||||
|
||||
Reference in New Issue
Block a user