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