Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
---
|
| 3 |
+
title: Pixazo Image Generator
|
| 4 |
+
emoji: 🎨
|
| 5 |
+
colorFrom: purple
|
| 6 |
+
colorTo: pink
|
| 7 |
sdk: gradio
|
| 8 |
+
sdk_version: 4.0.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Pixazo Image Generator
|
| 14 |
+
|
| 15 |
+
Generate AI images using Pixazo's FLUX-1 Schnell model.
|
| 16 |
+
|
| 17 |
+
## Setup
|
| 18 |
+
|
| 19 |
+
1. Get your API key from [Pixazo](https://pixazo.ai)
|
| 20 |
+
2. Add it to Hugging Face Space secrets:
|
| 21 |
+
- Go to Space Settings → Repository secrets
|
| 22 |
+
- Add new secret: **Key**: `PIXAZO_API_KEY`, **Value**: your key
|
| 23 |
+
3. The app will automatically restart with the key loaded
|
| 24 |
+
|
| 25 |
+
## Features
|
| 26 |
+
|
| 27 |
+
- Generate multiple images at once
|
| 28 |
+
- Adjustable image size and quality
|
| 29 |
+
- Style presets for different art styles
|
| 30 |
+
- Seed control for reproducible results
|
| 31 |
+
- View raw API responses
|
| 32 |
+
|
| 33 |
+
## Usage Tips
|
| 34 |
+
|
| 35 |
+
- Use descriptive prompts for best results
|
| 36 |
+
- Try different style presets
|
| 37 |
+
- Adjust guidance scale for prompt adherence
|
| 38 |
+
- Use same seed for consistent results
|
| 39 |
+
|
| 40 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|