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
Added ColorizeNet weights
Browse files- colorizenet-sd21.ckpt +3 -0
colorizenet-sd21.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded70440cdcc2b61525dba52d73060cae0754bed1e49f83798355a40050f9a0c
|
| 3 |
+
size 9586176211
|