Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- detection-datasets/coco
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: diffusers
|
8 |
+
tags:
|
9 |
+
- pytorch
|
10 |
+
- controlnet
|
11 |
+
- image-colorization
|
12 |
+
- image-to-image
|
13 |
+
pipeline_tag: image-to-image
|
14 |
---
|
15 |
+
|
16 |
+
# Model Card for ColorizeNet
|
17 |
+
|
18 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
19 |
+
|
20 |
+
This model is a ControlNet training to perform image colorization from black and white images.
|
21 |
+
|
22 |
+
## Model Details
|
23 |
+
|
24 |
+
### Model Description
|
25 |
+
|
26 |
+
<!-- Provide a longer summary of what this model is. -->
|
27 |
+
|
28 |
+
ColorizeNet is an image colorization model based on ControlNet, trained using the pre-trained Stable Diffusion model version 2.1 proposed by Stability AI.
|
29 |
+
|
30 |
+
- **Finetuned from model :** [https://huggingface.co/stabilityai/stable-diffusion-2-1]
|
31 |
+
|
32 |
+
### Model Sources [optional]
|
33 |
+
|
34 |
+
<!-- Provide the basic links for the model. -->
|
35 |
+
|
36 |
+
- **Repository:** [https://github.com/rensortino/ColorizeNet]
|
37 |
+
-
|
38 |
+
## How to Get Started with the Model
|
39 |
+
|
40 |
+
Use the code below to get started with the model.
|
41 |
+
|
42 |
+
[More Information Needed]
|
43 |
+
|
44 |
+
## Training Details
|
45 |
+
|
46 |
+
### Training Data
|
47 |
+
|
48 |
+
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
49 |
+
|
50 |
+
The model has been trained on COCO, using all the images in the dataset and converting them to grayscale to use them to condition the ControlNet
|
51 |
+
|
52 |
+
[https://huggingface.co/datasets/detection-datasets/coco]
|
53 |
+
|
54 |
+
### Results
|
55 |
+
|
56 |
+
[More Information Needed]
|