Stable-X commited on
Commit
2f3f0e6
·
verified ·
1 Parent(s): f711cfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -2
app.py CHANGED
@@ -59,7 +59,19 @@ def create_demo():
59
 
60
  # Define markdown content
61
  HEADER_MD = """
62
- # StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
 
 
 
 
 
 
 
 
 
 
 
 
63
  <p align="center">
64
  <a title="Website" href="https://stable-x.github.io/StableNormal/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
65
  <img src="https://www.obukhov.ai/img/badges/badge-website.svg">
@@ -68,11 +80,12 @@ def create_demo():
68
  <img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
69
  </a>
70
  <a title="Github" href="https://github.com/Stable-X/StableNormal" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
71
- <img src="https://img.shields.io/github/stars/Stable-X/StableDelight?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
72
  </a>
73
  <a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
74
  <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
75
  </a>
 
76
  """
77
 
78
  # Create interface
 
59
 
60
  # Define markdown content
61
  HEADER_MD = """
62
+ # 🎪 StableNormal_beta: The Not-So-Stable Edition! 🎢
63
+
64
+ ### ✨ What's Cooking in Our Beta Kitchen? ✨
65
+ - **Zoom Zoom**: 2x faster - because waiting is boring!
66
+ - **Sharp as a Tack**: Better quality for those pixel-perfect folks
67
+ - **Your Way**: Tweak the sharpness slider and watch the magic happen
68
+ - **Pick Your Fighter**: Objects, Scenes, or Humans - we've got you covered!
69
+
70
+ ### 🎯 Pro Tips
71
+ - Start with lower sharpness for a quick, stable result
72
+ - Want more details? Crank it up, but watch out for those floating bits!
73
+ - Sweet spot is usually around 2-3 for most images 😉
74
+
75
  <p align="center">
76
  <a title="Website" href="https://stable-x.github.io/StableNormal/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
77
  <img src="https://www.obukhov.ai/img/badges/badge-website.svg">
 
80
  <img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
81
  </a>
82
  <a title="Github" href="https://github.com/Stable-X/StableNormal" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
83
+ <img src="https://img.shields.io/github/stars/Stable-X/StableNormal?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
84
  </a>
85
  <a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
86
  <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
87
  </a>
88
+ </p>
89
  """
90
 
91
  # Create interface