Instructions to use rsortino/ColorizeNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rsortino/ColorizeNet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("rsortino/ColorizeNet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Mismatch between the model and the chekcpoint
#3 opened 3 months ago
by
suko87tr
Error while model loading
👍 1
1
#2 opened over 1 year ago
by
sunovivid
how to use it in InvokeAI
#1 opened over 1 year ago
by
mmmccc