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: 135 Bytes
970c3d4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ed0cfb520c6f931fff7358169bfe1ec03f889217b28fdc0b0fcf0947332f091
size 1445259705
|