Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,12 +59,20 @@ def run(*args):
|
|
59 |
|
60 |
|
61 |
_MARKDOWN_ = """
|
62 |
-
This
|
|
|
63 |
**Tips**
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
**Demo by [Sunder Ali Khowaja](https://sander-ali.github.io) - [X](https://x.com/SunderAKhowaja) -[Github](https://github.com/sander-ali) -[Hugging Face](https://huggingface.co/SunderAli17)**
|
69 |
"""
|
70 |
|
|
|
59 |
|
60 |
|
61 |
_MARKDOWN_ = """
|
62 |
+
This is the demo for ToonMagev2 for Image to Image Stylization
|
63 |
+
|
64 |
**Tips**
|
65 |
+
|
66 |
+
- Some examples are provided at the botton, we recommend to try the example prompts first
|
67 |
+
|
68 |
+
- a single ID image is usually sufficient, you can also supplement with additional auxiliary images
|
69 |
+
|
70 |
+
- Two modes are offered in this space, i.e. fidelity mode and extremely style mode. In most cases, the default fidelity mode should suffice.
|
71 |
+
|
72 |
+
If you find that the generated results are not stylized enough, you can choose the extremely style mode.
|
73 |
+
|
74 |
+
Try out with different prompts using your image and do provide your feedback.
|
75 |
+
|
76 |
**Demo by [Sunder Ali Khowaja](https://sander-ali.github.io) - [X](https://x.com/SunderAKhowaja) -[Github](https://github.com/sander-ali) -[Hugging Face](https://huggingface.co/SunderAli17)**
|
77 |
"""
|
78 |
|