File size: 1,433 Bytes
ded76de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
license: mit
base_model:
- Laxhar/noobai-XL-Vpred-1.0
---
# シマムラアキト's PixelArt Style Model
This is the pixel art style model I used on X (Twitter), account: [@shimamuraa11451](https://twitter.com/shimamuraa11451). This model is designed to generate pixel-style images.
## 🔧 Recommended Settings
- **CFG (Classifier-Free Guidance Scale)**: 3
- **Step**: 20 \~ 30
- **Scheduler**: SGM\_UNIFORM
- **Sampler**: Euler series / DPM series
## 📏 Pixel Block Size & Rescaling Method
This model generates approximately `8×8` pixel blocks. To ensure proper alignment, you must use the **"NEAREST downsample to 1/8, then upsample back to the original size"** method.
- **ComfyUI**: This method can be implemented directly.
- **Automatic1111 WebUI**: Related plugins are available for automatic processing.
### Image Resolution Scaling
Since the model works with `8×8` pixel blocks, you should set the height (H) and width (W) according to the final pixel art resolution you want. Refer to the table below:
| Target Pixel Art Size | Input Resolution |
| --------------------- | ---------------- |
| 32×32 | 256×256 |
| 128×128 | 1024×1024 |
| 256×256 | 2048×2048 |
## ⚙️ Model Training Information
This model was fine-tuned using **noob vpred-1.0**.
Since it is vpred-based, additional steps may be required to ensure proper usage. |