Instructions to use yuna199/controlnet-circle-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yuna199/controlnet-circle-example with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("yuna199/controlnet-circle-example") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 135 Bytes
7809b31 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f1fe6d18f24a7fee7d90461a6ba898368352102d0fa986e4c2675e0b23c12e4c
size 2890518041
|