Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# PixelCascade128 v0.1
|
6 |
+
This is an early version of PixelCascade128, a LoRa for Stable Cascade Stace C for pixel art.
|
7 |
+
|
8 |
+
**Disclaimer: v0.1 can't produce pixel perfect or grid aligned output**
|
9 |
+
|
10 |
+
![grid128.png](https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/hPpHV_VwzL7Lskl-kSfTN.png)
|
11 |
+
![grid256.png](https://cdn-uploads.huggingface.co/production/uploads/6303f37c3926de1f7ec42d3e/nJw-sd-osZCnCuqSInEuM.png)
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
## How to use
|
16 |
+
- Only tested on ComfyUI, choose one of the provided workflows (txt2img or img2img)
|
17 |
+
- Ensure you're using the correct Stable Cascade files (Stage A, B and C, effnet_encoder for img2img)
|
18 |
+
- Best results are with Stage C/B BF16 weights
|
19 |
+
|
20 |
+
## How to get the best results
|
21 |
+
- Use a UNet and CLIP strength of **~1.0 to 0.7**
|
22 |
+
- To force pixel art style use the "pixel art" keyword
|
23 |
+
- You can use "white background" on negative prompt to remove simple backgrounds
|
24 |
+
- Downscaling x8 times with nearest neighbors or using Astropulse's Pixel Detector can help to make them pixel perfect
|
25 |
+
- **Works great for 2048x2048 outputs**, best results are img2img from a 1024x1024 samples
|
26 |
+
- Euler a sampler works the best, 20 steps Stage C, 10 steps Stage B
|
27 |
+
- 2048x2048 samples might generate distorted images, use img2img with 0.7 strength
|
28 |
+
|
29 |
+
## Contact
|
30 |
+
[Twitter](https://twitter.com/nerijs)
|