DZRobo
commited on
Commit
·
5595de7
1
Parent(s):
92ca926
corrected a typo in Readme
Browse files
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 128Gb), try to keep the starting
|
| 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.
|
|
@@ -69,7 +69,7 @@ Photo Dog
|
|
| 69 |
- Depth weights add a bit of RAM on load; models live under `depth-anything/`.
|
| 70 |
|
| 71 |
## 💥 Memory
|
| 72 |
-
- At each step, the image is upscaled from the previous step! Keep this in mind, the final image may not fit into your PC's memory if the starting
|
| 73 |
|
| 74 |
|
| 75 |
|
|
|
|
| 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 latent 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.
|
|
|
|
| 69 |
- Depth weights add a bit of RAM on load; models live under `depth-anything/`.
|
| 70 |
|
| 71 |
## 💥 Memory
|
| 72 |
+
- At each step, the image is upscaled from the previous step! Keep this in mind, the final image may not fit into your PC's memory if the starting latent is high.
|
| 73 |
|
| 74 |
|
| 75 |
|