Skip to content
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

Cache uploaded (init, controlnet, ...) images if unchanged #389

Open
SharkWipf opened this issue Nov 1, 2024 · 0 comments
Open

Cache uploaded (init, controlnet, ...) images if unchanged #389

SharkWipf opened this issue Nov 1, 2024 · 0 comments
Labels
C# This pertains to the C# engine Feature New feature or request Frontend This pertains to the frontend UI (HTML/CSS/JS)

Comments

@SharkWipf
Copy link

Feature Idea

Currently, it seems like init images (and presumably controlnet images etc too) are re-uploaded every new run.
On my 3090, tunneling over SSH via WAN from a slower network, this can easily be the slowest part of the process on bigger input images (i.e. cycling upscaled output back as input), even when batch-generating 4 images at once.
In fact, I had to throttle my connection because my brother kept complaining about the internet going down for 8 seconds every time I hit the generate button.

Ideally, if unchanged, the image would be cached server-side and not need to be re-uploaded every time.

Other

No response

@SharkWipf SharkWipf added the Feature New feature or request label Nov 1, 2024
@mcmonkey4eva mcmonkey4eva added Frontend This pertains to the frontend UI (HTML/CSS/JS) C# This pertains to the C# engine labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# This pertains to the C# engine Feature New feature or request Frontend This pertains to the frontend UI (HTML/CSS/JS)
Projects
None yet
Development

No branches or pull requests

2 participants