Update README.md
Browse files
README.md
CHANGED
@@ -157,7 +157,7 @@ images[0].save(f"your image save path, png format is usually better than jpg or
|
|
157 |
|
158 |
|
159 |
## Evaluation Metric
|
160 |
-
1 Laion Aesthetic Score [https://laion.ai/blog/laion-aesthetics/]
|
161 |
2 PerceptualSimilarity [https://github.com/richzhang/PerceptualSimilarity]
|
162 |
|
163 |
|
@@ -167,7 +167,14 @@ and the upscale image tend to have more beauty score and prompt consistency, it
|
|
167 |
totally 1200 images generated. We caculate the Laion Aesthetic Score to measure the beauty and the PerceptualSimilarity to measure the control ability, we find the quality of images have a good consistency with the meric values.
|
168 |
We compare our methods with other SOTA huggingface models and list the result below. We are the models that have highest aesthectic score, and can generate visually appealing images if you prompt it properly.
|
169 |
|
|
|
|
|
|
|
|
|
|
|
170 |
|
|
|
|
|
171 |
|
172 |
|
173 |
## Training Details
|
@@ -185,7 +192,7 @@ We use over 10000000 images, which are annotated carefully, cogvlm is proved to
|
|
185 |
The data consists of many sources, including midjourney, laion 5B, danbooru, and so on. The data is carefully filtered and annotated.
|
186 |
|
187 |
|
188 |
-
###
|
189 |
|
190 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
191 |
|
|
|
157 |
|
158 |
|
159 |
## Evaluation Metric
|
160 |
+
1 Laion Aesthetic Score [https://laion.ai/blog/laion-aesthetics/]
|
161 |
2 PerceptualSimilarity [https://github.com/richzhang/PerceptualSimilarity]
|
162 |
|
163 |
|
|
|
167 |
totally 1200 images generated. We caculate the Laion Aesthetic Score to measure the beauty and the PerceptualSimilarity to measure the control ability, we find the quality of images have a good consistency with the meric values.
|
168 |
We compare our methods with other SOTA huggingface models and list the result below. We are the models that have highest aesthectic score, and can generate visually appealing images if you prompt it properly.
|
169 |
|
170 |
+
## Quantitative Result
|
171 |
+
| metric | xinsir/controlnet-canny-sdxl-1.0 | diffusers/controlnet-canny-sdxl-1.0 | TheMistoAI/MistoLine |
|
172 |
+
|-------|-------|-------|-------|
|
173 |
+
| laion_aesthetic | **6.03** | 5.93 | 5.82 |
|
174 |
+
| perceptual similarity | 0.830 | 0.844 | **0.812** |
|
175 |
|
176 |
+
laion_aesthetic(the higher the better)
|
177 |
+
perceptual similarity(the lower the better)
|
178 |
|
179 |
|
180 |
## Training Details
|
|
|
192 |
The data consists of many sources, including midjourney, laion 5B, danbooru, and so on. The data is carefully filtered and annotated.
|
193 |
|
194 |
|
195 |
+
### Conclusion
|
196 |
|
197 |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
198 |
|