chenxin commited on
Commit
4d97b16
1 Parent(s): 2adf290

fix author string format error

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ version = "0"
4
  repository = "https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker"
5
  homepage = "https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker"
6
  description = "Build configuration for Docker to set up AUTOMATIC1111's Stable Diffusion WebUI + Mikubill's ControlNet extension to run on a GPU-enabled server."
7
- authors = ["Carl Oscar Aaro <hello@carloscar.com"]
8
 
9
  [tool.poetry.dependencies]
10
  python = ">=3.10,<3.11"
 
4
  repository = "https://github.com/kalaspuff/stable-diffusion-webui-controlnet-docker"
5
  homepage = "https://huggingface.co/spaces/carloscar/stable-diffusion-webui-controlnet-docker"
6
  description = "Build configuration for Docker to set up AUTOMATIC1111's Stable Diffusion WebUI + Mikubill's ControlNet extension to run on a GPU-enabled server."
7
+ authors = ["Carl Oscar Aaro <hello@carloscar.com>"]
8
 
9
  [tool.poetry.dependencies]
10
  python = ">=3.10,<3.11"