Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -14,7 +14,13 @@ pinned: false
14
 
15
  In this organization, you can find some utilities and models we have made for you 🫶
16
 
17
- ## 🆕 SDXL ControlNets
 
 
 
 
 
 
18
  We are training ControlNets for Stable Diffusion XL ✨
19
 
20
  ### Small sized ControlNets 🤏
@@ -24,7 +30,7 @@ Please check the models released, and consider giving us feedback on our [Discor
24
 
25
  | ControlNet | Size in fp16 |
26
  |-----------------------------------|---------------|
27
- | [`controlnet-canny-sdxl-1.0-small`](https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0-small) | 320MB |
28
  | [`controlnet-canny-sdxl-1.0-mid`](https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0-mid) | 545MB |
29
  | [`controlnet-depth-sdxl-1.0-small`](https://huggingface.co/diffusers/controlnet-depth-sdxl-1.0-small) | 320MB |
30
  | [`controlnet-depth-sdxl-1.0-mid`](https://huggingface.co/diffusers/controlnet-depth-sdxl-1.0-mid) | 545MB |
 
14
 
15
  In this organization, you can find some utilities and models we have made for you 🫶
16
 
17
+ ## 🆕 SDXL Inpainting 🎨
18
+ We are training Inpainting specialist models for Stable Diffusion XL ✨. They are way better at inpainting and outpainting than the base-model, but are still experimental. Try it out and consider giving feedback! 🤗
19
+ | Inpanting model | Demo |
20
+ |-----------------------------------|---------------------|
21
+ | [`inpainting-sdxl-0.1`](#) | [Spaces demo 🕹️](#) |
22
+
23
+ ## SDXL ControlNets
24
  We are training ControlNets for Stable Diffusion XL ✨
25
 
26
  ### Small sized ControlNets 🤏
 
30
 
31
  | ControlNet | Size in fp16 |
32
  |-----------------------------------|---------------|
33
+ | [`controlnet-canny-sdxl-1.0-small`](https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0-small) | 320MB
34
  | [`controlnet-canny-sdxl-1.0-mid`](https://huggingface.co/diffusers/controlnet-canny-sdxl-1.0-mid) | 545MB |
35
  | [`controlnet-depth-sdxl-1.0-small`](https://huggingface.co/diffusers/controlnet-depth-sdxl-1.0-small) | 320MB |
36
  | [`controlnet-depth-sdxl-1.0-mid`](https://huggingface.co/diffusers/controlnet-depth-sdxl-1.0-mid) | 545MB |