Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,17 +60,21 @@ def create_demo():
|
|
| 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;">
|
|
|
|
| 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 |
+
- If you get a flat result, try:
|
| 75 |
+
* Different sharpness
|
| 76 |
+
* Another image crop
|
| 77 |
+
* Another mode
|
| 78 |
|
| 79 |
<p align="center">
|
| 80 |
<a title="Website" href="https://stable-x.github.io/StableNormal/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|