SunderAli17 commited on
Commit
1bc2ff6
·
verified ·
1 Parent(s): bb472d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -5
app.py CHANGED
@@ -59,12 +59,20 @@ def run(*args):
59
 
60
 
61
  _MARKDOWN_ = """
62
- This demo utilizes <a href="https://huggingface.co/black-forest-labs/FLUX.1-dev">FLUX Pipeline</a> for Image to Image Translation
 
63
  **Tips**
64
- - Smaller value of timestep to start inserting ID would lead to higher fidelity, however, it will reduce the editability; and vice versa.
65
- Its value range is from 0 - 4. If you want to generate a stylized scene; use the value of 0 - 1. If you want to generate a photorealistic image; use the value of 4.
66
- -It is recommended to use fake CFG by setting the true CFG scale value to 1 while you can vary the guidance scale. However, in a few cases, utilizing a true CFG can yield better results.
67
- Try out with different prompts using your image and do provide your feedback.
 
 
 
 
 
 
 
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