Fabrice-TIERCELIN
commited on
Commit
•
b2c813e
1
Parent(s):
b0ce11b
Improve example
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks() as interface:
|
|
185 |
<li>To modify <b>anything else</b> on your image, I recommend to use <i>Instruct Pix2Pix</i>.</li>
|
186 |
</ul>
|
187 |
<br/>
|
188 |
-
🐌 Slow process... ~
|
189 |
<a href='https://huggingface.co/spaces/Fabrice-TIERCELIN/Image-to-Image?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14'></a>
|
190 |
<br/>
|
191 |
⚖️ You can use, modify and share the generated images but not for commercial uses.
|
@@ -268,12 +268,12 @@ with gr.Blocks() as interface:
|
|
268 |
examples = [
|
269 |
[
|
270 |
"./Examples/Example1.png",
|
271 |
-
"Drawn image, line art, illustration",
|
272 |
"3d, photo, realistic, noise, blur, watermark",
|
273 |
25,
|
274 |
7,
|
275 |
1.1,
|
276 |
-
0.
|
277 |
1000,
|
278 |
True,
|
279 |
42,
|
|
|
185 |
<li>To modify <b>anything else</b> on your image, I recommend to use <i>Instruct Pix2Pix</i>.</li>
|
186 |
</ul>
|
187 |
<br/>
|
188 |
+
🐌 Slow process... ~2 hours.<br>You can duplicate this space on a free account, it works on CPU and should also run on CUDA.<br/>
|
189 |
<a href='https://huggingface.co/spaces/Fabrice-TIERCELIN/Image-to-Image?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14'></a>
|
190 |
<br/>
|
191 |
⚖️ You can use, modify and share the generated images but not for commercial uses.
|
|
|
268 |
examples = [
|
269 |
[
|
270 |
"./Examples/Example1.png",
|
271 |
+
"Drawn image, line art, illustration, picture",
|
272 |
"3d, photo, realistic, noise, blur, watermark",
|
273 |
25,
|
274 |
7,
|
275 |
1.1,
|
276 |
+
0.6,
|
277 |
1000,
|
278 |
True,
|
279 |
42,
|