Checkpoint RAM prefetch #6604
Gamekiller48
started this conversation in
Ideas
Replies: 1 comment
-
check the lastest version of webui. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current situation:
In the settings you can select how many models to keep in RAM, to enable quick switching between them.
You can also automate image generation using X/Y plots.
The problem is that currently automatically switching between models/checkpoints is incredibly time consuming, because only the last few used models stay in RAM.
So the idea: when doing an X/Y Plot and one of the axis is "Checkpoint name" and number of models to keep in RAM is >1, prioritize loading the next checkpoint in the list into RAM as opposed to keeping the last models.
Beta Was this translation helpful? Give feedback.
All reactions