Merge branch 'feature/add-metadata-to-files'

This commit is contained in:
Manuel Schmid
2024-02-18 16:27:29 +01:00
3 changed files with 6 additions and 4 deletions
+1
View File
@@ -825,6 +825,7 @@ def worker():
('Fooocus V2 Expansion', 'prompt_expansion', task['expansion']),
('Styles', 'styles', str(raw_style_selections)),
('Performance', 'performance', performance_selection.value),
('Steps', 'steps', steps),
('Resolution', 'resolution', str((width, height))),
('Guidance Scale', 'guidance_scale', guidance_scale),
('Sharpness', 'sharpness', modules.patch.patch_settings[pid].sharpness),