carloscar's picture
✨ initial commit
7f96bde verified
|
raw
history blame
No virus
2.35 kB
metadata
title: Stable Diffusion WebUI + ControlNet
emoji: 🦄
colorFrom: pink
colorTo: yellow
sdk: docker
app_port: 7860
pinned: true

Stable Diffusion WebUI + ControlNet

Uses Stable Diffusion 2.1 models. Comes with several popular extensions to AUTOMATIC1111's WebUI, including the ControlNet WebUI extension.

🐳 🤗 Builds a Docker image to be run as a Hugging Face Space using A10G or T4 hardware.

Setup on Hugging Face

  1. Duplicate this space to your Hugging Face account or clone this repo to your account.

  2. Within your clone of the repo under "Files and versions", specify the GPU model in the first lines of the Dockerfile to match the hardware you're going to be using for your space.

    # GPU should be set to either "A10G" or "T4"
    ARG GPU=A10G
    
  3. Under the "Settings" tab of your space you can choose which hardware for your space, that you will also be billed for.

Relevant links for more information

Stable Diffusion Web UI

WebUI extension for ControlNet

ControlNet models

Stable Diffusion Models License + ControlNet Models License

Additional (optional) models