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