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