DZRobo
commited on
Commit
·
6cce3ef
1
Parent(s):
bcae778
Update tested RAM specification in README
Browse filesChanged the tested RAM value from 92Gb to 128Gb in the hardware section to reflect updated hardware requirements.
README.md
CHANGED
|
@@ -61,7 +61,7 @@ Photo Dog
|
|
| 61 |
- CADE2.5 pipeline does not just upscale the image, it iterates and adds small details, doing it carefully, at every stage.
|
| 62 |
|
| 63 |
## Hardware
|
| 64 |
-
- The pipeline is designed for good hardware (tested on RTX5090 (32Gb) and RAM
|
| 65 |
- start latent ~ 672x944 -> final ~ 3688x5192 across 4 steps.
|
| 66 |
- Notes
|
| 67 |
- Lowering the starting latent (e.g., 512x768) or lower, reduces both VRAM and RAM.
|
|
|
|
| 61 |
- CADE2.5 pipeline does not just upscale the image, it iterates and adds small details, doing it carefully, at every stage.
|
| 62 |
|
| 63 |
## Hardware
|
| 64 |
+
- The pipeline is designed for good hardware (tested on RTX5090 (32Gb) and RAM 128Gb), try to keep the starting latency very small, because there is an upscale at the steps and you risk getting errors if you push up the starting values.
|
| 65 |
- start latent ~ 672x944 -> final ~ 3688x5192 across 4 steps.
|
| 66 |
- Notes
|
| 67 |
- Lowering the starting latent (e.g., 512x768) or lower, reduces both VRAM and RAM.
|