Spaces:
Sleeping
Sleeping
Update example images and settings
Browse filesImages updated:
- Roman City: New QR code image
- Poker Chips: New QR code image
- Underwater Fish: New QR code image
Settings updated:
- Poker Chips: sag_blur_sigma 2.5 → 1.5
- Underwater Fish: sag_blur_sigma 0.5 → 1.5, seed 718313 → 3048334933
All images kept in original formats (mix of jpg and webp).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -2719,7 +2719,7 @@ if __name__ == "__main__" and not os.environ.get("QR_TESTING_MODE"):
|
|
| 2719 |
"module_drawer": "Square",
|
| 2720 |
"use_custom_seed": True,
|
| 2721 |
"seed": 718313,
|
| 2722 |
-
"sag_blur_sigma":
|
| 2723 |
},
|
| 2724 |
{
|
| 2725 |
"image": "examples/artistic/underwater_fish.webp",
|
|
@@ -2733,8 +2733,8 @@ if __name__ == "__main__" and not os.environ.get("QR_TESTING_MODE"):
|
|
| 2733 |
"module_size": 16,
|
| 2734 |
"module_drawer": "Square",
|
| 2735 |
"use_custom_seed": True,
|
| 2736 |
-
"seed":
|
| 2737 |
-
"sag_blur_sigma":
|
| 2738 |
},
|
| 2739 |
{
|
| 2740 |
"image": "examples/artistic/mediterranean_garden.jpg",
|
|
|
|
| 2719 |
"module_drawer": "Square",
|
| 2720 |
"use_custom_seed": True,
|
| 2721 |
"seed": 718313,
|
| 2722 |
+
"sag_blur_sigma": 1.5,
|
| 2723 |
},
|
| 2724 |
{
|
| 2725 |
"image": "examples/artistic/underwater_fish.webp",
|
|
|
|
| 2733 |
"module_size": 16,
|
| 2734 |
"module_drawer": "Square",
|
| 2735 |
"use_custom_seed": True,
|
| 2736 |
+
"seed": 3048334933,
|
| 2737 |
+
"sag_blur_sigma": 1.5,
|
| 2738 |
},
|
| 2739 |
{
|
| 2740 |
"image": "examples/artistic/mediterranean_garden.jpg",
|
examples/artistic/poker_chips.webp
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
examples/artistic/roman_city.jpg
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
examples/artistic/underwater_fish.webp
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|