-
|
Is there a way to add or change one of the tabs in History to our saved images directory? If I am using my phone on my local network, there doesn't seem to be a good way to filter to just our saved images without slogging through each page trying to find saved ones. Maybe I am missing a setting? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I poked around through stuff for awhile and found out how. Open the file "images_history.py" with a text editor. |
Beta Was this translation helpful? Give feedback.
-
|
Was the history tab removed in Saturdays update? |
Beta Was this translation helpful? Give feedback.
I poked around through stuff for awhile and found out how.
Open the file "images_history.py" with a text editor.
Search for: outdir_txt2img_samples and change this to "outdir_save"
Search again, now for: gr.Tab("txt2img history")
Change "text2img history" to whatever you want the tab to be called.