carloscar commited on
Commit
d9cb740
1 Parent(s): 8a67724

added used models to metadata

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,6 +6,12 @@ colorTo: yellow
6
  sdk: docker
7
  app_port: 7860
8
  pinned: true
 
 
 
 
 
 
9
  ---
10
 
11
  ## Stable Diffusion WebUI + ControlNet
 
6
  sdk: docker
7
  app_port: 7860
8
  pinned: true
9
+ models:
10
+ - stabilityai/stable-diffusion-2-1
11
+ - runwayml/stable-diffusion-v1-5
12
+ - lllyasviel/ControlNet
13
+ - webui/ControlNet-modules-safetensors
14
+ - dreamlike-art/dreamlike-diffusion-1.0
15
  ---
16
 
17
  ## Stable Diffusion WebUI + ControlNet