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
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,9 +126,9 @@ colored_results = [apply_color(img, result) for result in results]
|
|
| 126 |
|
| 127 |
BW Input | Colorized
|
| 128 |
:-------------------------:|:-------------------------:
|
| 129 |
-

|
| 130 |
-

|
| 131 |
-

|
| 132 |
-

|
| 133 |
-

|
| 134 |
-

|
|
|
|
| 126 |
|
| 127 |
BW Input | Colorized
|
| 128 |
:-------------------------:|:-------------------------:
|
| 129 |
+
 | 
|
| 130 |
+
 | 
|
| 131 |
+
 | 
|
| 132 |
+
 | 
|
| 133 |
+
 | 
|
| 134 |
+
 | 
|