Instructions to use latentcat/control_v1p_sd15_brightness with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use latentcat/control_v1p_sd15_brightness with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("latentcat/control_v1p_sd15_brightness") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
add task to enable widget
#2
by radames - opened
No description provided.
ciaochaos changed pull request status to merged