Replies: 1 comment 1 reply
-
if you're asking on adding username to the info text |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone available to create a custom script? I need it to catch a parameter uid like "?uid=12345" and attach the uid as "user" to the images being created. So really all we need is for the uid param to be stored as the user. Anyone up for this job?
patterns for saving images is here https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Custom-Images-Filename-Name-and-Subdirectory#patterns
we want to save as user like this https://i.ibb.co/1bPLTRF/Screenshot-2023-08-16-121148.png" alt="Screenshot-2023-08-16-121148
it needs to be locally stored, incase different users are using the app at the same time.
Beta Was this translation helpful? Give feedback.
All reactions