Skip to content

0.1.1

Choose a tag to compare

@coderxi1 coderxi1 released this 08 Apr 10:14
· 2 commits to master since this release

add api-auth support

  1. Use --api-auth user:123456 in stable-diffusion-webui launch command
  2. modify config.yml
    api_auth_info: 
      enable: true
      username: "user"
      password: "123456"