Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -646,14 +646,14 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, head=head) as demo:
|
|
646 |
<h5 style="margin: 0;">If you ❤️ our project, please visit our Github and give us a 🌟!</h5>
|
647 |
</br>
|
648 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
649 |
-
<a href='https://arxiv.org/abs/2403.09055'>
|
650 |
-
<img src="https://img.shields.io/badge/arXiv-2403.09055-red">
|
651 |
-
</a>
|
652 |
-
|
653 |
<a href='https://jaerinlee.com/research/StreamMultiDiffusion'>
|
654 |
<img src='https://img.shields.io/badge/Project-Page-green' alt='Project Page'>
|
655 |
</a>
|
656 |
|
|
|
|
|
|
|
|
|
657 |
<a href='https://github.com/ironjr/StreamMultiDiffusion'>
|
658 |
<img src='https://img.shields.io/github/stars/ironjr/StreamMultiDiffusion?label=Github&color=blue'>
|
659 |
</a>
|
@@ -666,14 +666,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, head=head) as demo:
|
|
666 |
<img src='https://img.shields.io/badge/license-MIT-lightgrey'>
|
667 |
</a>
|
668 |
|
669 |
-
<a href='https://huggingface.co/papers/2403.09055'>
|
670 |
-
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Paper-StreamMultiDiffusion-yellow'>
|
671 |
-
</a>
|
672 |
-
|
673 |
-
<a href='https://huggingface.co/spaces/ironjr/SemanticPalette'>
|
674 |
-
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Demo-SemanticPaletteSD1.5-yellow'>
|
675 |
-
</a>
|
676 |
-
|
677 |
<a href='https://huggingface.co/spaces/ironjr/SemanticPaletteXL'>
|
678 |
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Demo-SemanticPaletteSDXL-yellow'>
|
679 |
</a>
|
@@ -736,12 +728,11 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, head=head) as demo:
|
|
736 |
<h3 style="margin: 0; text-align: center;"><b>❓Usage❓</b></h3>
|
737 |
</br>
|
738 |
<div style="justify-content: center; align-items: left; text-align: left;">
|
739 |
-
<p>1
|
740 |
-
<p>
|
741 |
-
<p>
|
742 |
-
<p>
|
743 |
-
<p>
|
744 |
-
<p>4. Click [<b>GENERATE!</b>] button to create your (large-scale) artwork!</p>
|
745 |
</div>
|
746 |
</div>
|
747 |
"""
|
|
|
646 |
<h5 style="margin: 0;">If you ❤️ our project, please visit our Github and give us a 🌟!</h5>
|
647 |
</br>
|
648 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
|
|
|
|
|
|
|
|
649 |
<a href='https://jaerinlee.com/research/StreamMultiDiffusion'>
|
650 |
<img src='https://img.shields.io/badge/Project-Page-green' alt='Project Page'>
|
651 |
</a>
|
652 |
|
653 |
+
<a href='https://arxiv.org/abs/2403.09055'>
|
654 |
+
<img src="https://img.shields.io/badge/arXiv-2403.09055-red">
|
655 |
+
</a>
|
656 |
+
|
657 |
<a href='https://github.com/ironjr/StreamMultiDiffusion'>
|
658 |
<img src='https://img.shields.io/github/stars/ironjr/StreamMultiDiffusion?label=Github&color=blue'>
|
659 |
</a>
|
|
|
666 |
<img src='https://img.shields.io/badge/license-MIT-lightgrey'>
|
667 |
</a>
|
668 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
669 |
<a href='https://huggingface.co/spaces/ironjr/SemanticPaletteXL'>
|
670 |
<img src='https://img.shields.io/badge/%F0%9F%A4%97%20Demo-SemanticPaletteSDXL-yellow'>
|
671 |
</a>
|
|
|
728 |
<h3 style="margin: 0; text-align: center;"><b>❓Usage❓</b></h3>
|
729 |
</br>
|
730 |
<div style="justify-content: center; align-items: left; text-align: left;">
|
731 |
+
<p>1. (Optional) Uploading a background image. No background image means white background. It is <b>not mandatory</b>!</p>
|
732 |
+
<p>2. Modify semantic palette (prompt & settings) as you want by clicking <b>Semantic Palette</b>. Export, import, and share semantic palette for fast configuration.</p>
|
733 |
+
<p>3. Start drawing in the <b>Semantic Drawpad</b> tab. The brush <b>color</b>, not layer, is directly linked to the semantic brushes.</p>
|
734 |
+
<p>4. Click [<b>Lemmy try!</b>] button to grant 1 minute of streaming demo.</p>
|
735 |
+
<p>5. Continue drawing until your quota is over!</p>
|
|
|
736 |
</div>
|
737 |
</div>
|
738 |
"""
|