city96 / ComfyUI_NetDist

Run ComfyUI workflows on multiple local GPUs/networked machines.
Apache License 2.0
236 stars 26 forks source link

Save an image before sending to svd #10

Open KirillSamoilenko opened 6 months ago

KirillSamoilenko commented 6 months ago

hey! So my workflow is:

1 - sdxl txt2img in high fidelity and detail in, lets say landscape 1344x768 2 - resize down to 1024x576 for svd 3 - img2vid from that image

using this i am able to get png sequence of img2vid out for all gpus involved but i also want to save the high fidelity image before sending to svd and current implementation of fetch remote messes up this step. Am I right to think that this is part of whats mentioned in roadmap and for now if i need to save images in-between then i can only do it for main comfyui instance?

city96 commented 5 months ago

Am I right to think that this is part of whats mentioned in roadmap

Yup. Fetching multiple different images per workflow would let you return both the final one as well as your high res input ones, which you could then save locally on your main instance. No ETA yet, but I'll get to it.

and for now if i need to save images in-between then i can only do it for main comfyui instance?

As a temp fix you could try and remove "SaveImage" from this line. That way the images still get saved on your main/secondary instance.