Fabrice-TIERCELIN
commited on
Commit
•
563e3d9
1
Parent(s):
3aadfd6
It works!
Browse files- gradio_demo.py +1 -2
gradio_demo.py
CHANGED
@@ -181,7 +181,7 @@ def load_and_reset(param_setting):
|
|
181 |
a_prompt = 'Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, hyper detailed photo - ' \
|
182 |
'realistic maximum detail, 32k, Color Grading, ultra HD, extreme meticulous detailing, skin pore ' \
|
183 |
'detailing, hyper sharpness, perfect without deformations.'
|
184 |
-
n_prompt = 'painting, oil painting, illustration, drawing, art, sketch,
|
185 |
'3D render, unreal engine, blurring, dirty, messy, worst quality, low quality, frames, watermark, ' \
|
186 |
'signature, jpeg artifacts, deformed, lowres, over-smooth'
|
187 |
color_fix_type = 'Wavelet'
|
@@ -229,7 +229,6 @@ else:
|
|
229 |
⚠️SUPIR is still a research project under tested and is not yet a stable commercial product.
|
230 |
|
231 |
<a href="https://arxiv.org/abs/2401.13627">Paper</a>   <a href="http://supir.xpixel.group/">Project Page</a>   <a href="https://github.com/Fanghua-Yu/SUPIR/blob/master/assets/DemoGuide.png">How to play</a>
|
232 |
-
<p style="background-color: red;">This space is still under construction. I have put the error message from the log <a href="https://huggingface.co/spaces/Fabrice-TIERCELIN/SUPIR/discussions/2">in the discussion</a>. any help is appreciated.</p>
|
233 |
"""
|
234 |
|
235 |
|
|
|
181 |
a_prompt = 'Cinematic, High Contrast, highly detailed, taken using a Canon EOS R camera, hyper detailed photo - ' \
|
182 |
'realistic maximum detail, 32k, Color Grading, ultra HD, extreme meticulous detailing, skin pore ' \
|
183 |
'detailing, hyper sharpness, perfect without deformations.'
|
184 |
+
n_prompt = 'painting, oil painting, illustration, drawing, art, sketch, anime, cartoon, CG Style, ' \
|
185 |
'3D render, unreal engine, blurring, dirty, messy, worst quality, low quality, frames, watermark, ' \
|
186 |
'signature, jpeg artifacts, deformed, lowres, over-smooth'
|
187 |
color_fix_type = 'Wavelet'
|
|
|
229 |
⚠️SUPIR is still a research project under tested and is not yet a stable commercial product.
|
230 |
|
231 |
<a href="https://arxiv.org/abs/2401.13627">Paper</a>   <a href="http://supir.xpixel.group/">Project Page</a>   <a href="https://github.com/Fanghua-Yu/SUPIR/blob/master/assets/DemoGuide.png">How to play</a>
|
|
|
232 |
"""
|
233 |
|
234 |
|