ironjr commited on
Commit
927e766
1 Parent(s): d6edb17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -18
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
- &nbsp;
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
  &nbsp;
 
 
 
 
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
  &nbsp;
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
- &nbsp;
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
- &nbsp;
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-1. Type in the background prompt. Background is not required if you paint the whole drawpad.</p>
740
- <p>1-2. (Optional: <em><b>Inpainting mode</b></em>) Uploading a background image will make the app into inpainting mode. Removing the image returns to the creation mode. In the inpainting mode, increasing the <em>Mask Blur STD</em> > 8 for every colored palette is recommended for smooth boundaries.</p>
741
- <p>2. Select a semantic brush by clicking onto one in the <b>Semantic Palette</b> above. Edit prompt for the semantic brush.</p>
742
- <p>2-1. If you are willing to draw more diverse images, try <b>Create New Semantic Brush</b>.</p>
743
- <p>3. Start drawing in the <b>Semantic Drawpad</b> tab. The brush color is directly linked to the semantic brushes.</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
  &nbsp;
653
+ <a href='https://arxiv.org/abs/2403.09055'>
654
+ <img src="https://img.shields.io/badge/arXiv-2403.09055-red">
655
+ </a>
656
+ &nbsp;
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
  &nbsp;
 
 
 
 
 
 
 
 
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
  """