DZRobo
commited on
Commit
·
9e3dffe
1
Parent(s):
9068525
Update README
Browse files
README.md
CHANGED
|
@@ -230,7 +230,7 @@ Depth models (Depth Anything v2)
|
|
| 230 |
## MG_CleanUp (final memory cleanup node)
|
| 231 |
|
| 232 |
- Purpose: a tiny end-of-graph node that aggressively frees RAM/VRAM and asks the OS to return freed pages. Place it at the very end of a workflow (ideally right after SaveImage).
|
| 233 |
-
- Returns: passthrough `LATENT` and a small `IMAGE` preview (32×32).
|
| 234 |
- What it does (two passes: immediate and +150 ms):
|
| 235 |
- CUDA sync, `gc.collect()`, `torch.cuda.empty_cache()` + `ipc_collect()`
|
| 236 |
- Comfy model manager soft cache drop; when `hard_trim=true` also unloads loaded models (will reload on next run)
|
|
|
|
| 230 |
## MG_CleanUp (final memory cleanup node)
|
| 231 |
|
| 232 |
- Purpose: a tiny end-of-graph node that aggressively frees RAM/VRAM and asks the OS to return freed pages. Place it at the very end of a workflow (ideally right after SaveImage).
|
| 233 |
+
- Returns: passthrough `LATENT` and a small `IMAGE` preview (32×32). For the cleanup to work, be sure to connect the `Preview` node to the `IMAGE` output.
|
| 234 |
- What it does (two passes: immediate and +150 ms):
|
| 235 |
- CUDA sync, `gc.collect()`, `torch.cuda.empty_cache()` + `ipc_collect()`
|
| 236 |
- Comfy model manager soft cache drop; when `hard_trim=true` also unloads loaded models (will reload on next run)
|