Spaces:
Runtime error
Runtime error
Update GPU quota notice to be more accurate and encouraging
Browse filesChanged quota descriptions to show realistic generation counts instead of
worst-case scenarios. Unauthenticated users can get ~6 artistic generations
(not just 1), and authenticated users get ~10. Clarified that 120s is only
for maximum settings (1024px with upscaling) while default 512px takes ~20s.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -2562,12 +2562,12 @@ if __name__ == "__main__" and not os.environ.get("QR_TESTING_MODE"):
|
|
| 2562 |
Temporary files are checked and cleaned every hour. Download your QR codes promptly after generation.
|
| 2563 |
|
| 2564 |
**GPU Quota Notice:**
|
| 2565 |
-
- **Unauthenticated users**: 120 seconds daily quota
|
| 2566 |
-
- **Free authenticated users**: 210 seconds daily quota
|
| 2567 |
-
- **
|
| 2568 |
-
- **💡
|
| 2569 |
-
- **
|
| 2570 |
-
- **
|
| 2571 |
|
| 2572 |
### Tips:
|
| 2573 |
- Use detailed prompts for better results
|
|
|
|
| 2562 |
Temporary files are checked and cleaned every hour. Download your QR codes promptly after generation.
|
| 2563 |
|
| 2564 |
**GPU Quota Notice:**
|
| 2565 |
+
- **Unauthenticated users**: 120 seconds daily GPU quota - that's **~6 artistic generations per day** with default settings!
|
| 2566 |
+
- **Free authenticated users**: 210 seconds daily GPU quota - that's **~10 artistic generations per day**, or more with optimizations.
|
| 2567 |
+
- **✅ Recommended**: Default settings (512px, animation enabled, upscaling disabled) use ~20 seconds per generation.
|
| 2568 |
+
- **💡 GPU time varies greatly**: 512px default = ~20s, 1024px with upscaling = ~120s (worst case).
|
| 2569 |
+
- **Save quota tips**: Use Standard QR pipeline (~2x faster than Artistic), disable animation (saves ~20%), avoid upscaling except for final outputs.
|
| 2570 |
+
- **⚠️ For large images (832px+)**: Always disable upscaling to conserve quota. Upscaling has tremendous impact on GPU time.
|
| 2571 |
|
| 2572 |
### Tips:
|
| 2573 |
- Use detailed prompts for better results
|