Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
5 |
+
tags:
|
6 |
+
- image processing
|
7 |
+
- stable diffusion
|
8 |
+
license: "mit"
|
9 |
+
---
|
10 |
+
|
11 |
+
# Sketch2Manga: Shaded Manga Screening from Sketch with Diffusion Models
|
12 |
+
|
13 |
+
[![arXiv](https://img.shields.io/badge/arXiv-2312.01943-<COLOR>)](http://arxiv.org/abs/2312.01943)
|
14 |
+
For more technical details and the codebase, please refer to our <a href="https://github.com/dmMaze/sketch2manga">Github Repo</a>.
|
15 |
+
|
16 |
+
<p float="center">
|
17 |
+
<img src="https://github.com/dmMaze/sketch2manga/assets/51270320/e235c6bc-b6ae-4d7f-9f73-a9aacb3a83fc" />
|
18 |
+
<br>
|
19 |
+
<em>Drag and drop into ComfyUI to load the workflow</em>
|
20 |
+
<a href="https://twitter.com/ini_pmh/status/715578786830417921/photo/1">(Source @ini_pmh)</a>
|
21 |
+
</p>
|