Skip to content

Save an image before sending to svd #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
KirillSamoilenko opened this issue Jan 9, 2024 · 1 comment
Open

Save an image before sending to svd #10

KirillSamoilenko opened this issue Jan 9, 2024 · 1 comment

Comments

@KirillSamoilenko
Copy link

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
Copy link
Owner

city96 commented Jan 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants