Spaces:
Running
title: README
emoji: π
colorFrom: green
colorTo: purple
sdk: static
pinned: false
Welcome to the 𧨠diffusers
organization!
diffusers
is the go-to library for state-of-the-art pretrained diffusion models for multi-modal generative AI.
In this organization, you can find some utilities and models we have made for you π«Ά
π SDXL Inpainting π¨
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! π€
Inpanting model | Demo |
---|---|
stable-diffusion-xl-1.0-inpainting-0.1 |
Spaces demo πΉοΈ |
SDXL ControlNets
We are training ControlNets for Stable Diffusion XL β¨
Small sized ControlNets π€
We are experimenting with training smaller ControlNets that can still retain their control capabilities! This is the training script used. Please check the models released, and consider giving us feedback on our Discord server:
ControlNet | Size in fp16 |
---|---|
controlnet-canny-sdxl-1.0-small |
320MB |
controlnet-canny-sdxl-1.0-mid |
545MB |
controlnet-depth-sdxl-1.0-small |
320MB |
controlnet-depth-sdxl-1.0-mid |
545MB |
Full sized ControlNets πͺ
The team has also trained full sized ControlNets - as big as the SDXL model (5GB in fp32). We have provided a ControlNet training script and guide here
Utilities π§
- Convert Stable Diffusion XL weights to
diffusers
format - Convert Stable Diffusion weights to
diffusers
format - Convert diffusers models to
safetensors
format
More coming soon β¨