-
Is there a way to set a gradio username and password like in automatic1111? |
Beta Was this translation helpful? Give feedback.
Answered by
noarche
Jul 15, 2024
Replies: 1 comment
-
You need to put a path to a text file, inside the textfile store USER:PASS One account per line allowing you to have multiple accounts. It should look similar to this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
faffrd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to put a path to a text file, inside the textfile store USER:PASS
One account per line allowing you to have multiple accounts.
It should look similar to this:
--listen --gradio-auth C:\New-File-With_userpass.txt