Instructions to use thibaud/controlnet-sd21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Do you plan on releasing the dataset?
#26
by Said2k - opened
Do you plan on releasing the dataset?
The dataset is generated from LAION with some filter.
The generation of all the annotated version must be done just before the training (it tooks some hours to generate it... and it'll take more hour to upload it, my bandwith is too low)
thibaud changed discussion status to closed
I would like to be able to learn how to use LAION, do you know of any tutorial