Merge pull request #744 from MoonRide303/private-log-cleanup
Cleaned up Private Log (most users won't need information about raw prompts)
This commit is contained in:
commit
a0539c37f5
|
|
@ -1 +1 @@
|
||||||
version = '2.1.711'
|
version = '2.1.712'
|
||||||
|
|
|
||||||
|
|
@ -541,9 +541,7 @@ def worker():
|
||||||
for x in imgs:
|
for x in imgs:
|
||||||
d = [
|
d = [
|
||||||
('Prompt', task['task_prompt']),
|
('Prompt', task['task_prompt']),
|
||||||
('Prompt (raw)', raw_prompt),
|
|
||||||
('Negative Prompt', task['task_negative_prompt']),
|
('Negative Prompt', task['task_negative_prompt']),
|
||||||
('Negative Prompt (raw)', raw_negative_prompt),
|
|
||||||
('Fooocus V2 Expansion', task['expansion']),
|
('Fooocus V2 Expansion', task['expansion']),
|
||||||
('Styles', str(raw_style_selections)),
|
('Styles', str(raw_style_selections)),
|
||||||
('Performance', performance_selection),
|
('Performance', performance_selection),
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
# 2.1.712
|
||||||
|
|
||||||
|
* Cleaned up Private Log (most users won't need information about raw prompts).
|
||||||
|
|
||||||
# 2.1.711
|
# 2.1.711
|
||||||
|
|
||||||
* Added more information about prompts in Private Log.
|
* Added more information about prompts in Private Log.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue