Skip to content

Commit 58e2639

Browse files
committed
updated screenshots
Signed-off-by: bigcat88 <[email protected]>
1 parent 9fecf47 commit 58e2639

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ This node does not rely on the `diffusers` library and has no external dependenc
1414

1515
For more information on remote VAE decoding, you can refer to HuggingFace's [blog post](https://huggingface.co/blog/remote_vae)
1616

17-
![Usage](https://raw.githubusercontent.com/Visionatrix/ComfyUI-RemoteVAE/main/screenshots/usage.jpg)
17+
Using this node is quite simple, just replace the built-in `VAE Decode` with `VAE Decode (Remote)` and that's it.
18+
19+
![Usage-Flux](https://raw.githubusercontent.com/Visionatrix/ComfyUI-RemoteVAE/main/screenshots/flux.png)
20+
![Usage-HunyuanVideo](https://raw.githubusercontent.com/Visionatrix/ComfyUI-RemoteVAE/main/screenshots/hunyuan_video.png)

nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ def postprocess_video(self, video: torch.Tensor) -> torch.Tensor:
9595
}
9696

9797
NODE_DISPLAY_NAME_MAPPINGS = {
98-
"RemoteVAEDecode": "RemoteVAEDecode",
98+
"RemoteVAEDecode": "VAE Decode (Remote)",
9999
}

screenshots/flux.png

502 KB
Loading

screenshots/hunyuan_video.png

423 KB
Loading

screenshots/usage.png

-580 KB
Binary file not shown.

0 commit comments

Comments
 (0)