divamgupta / divamgupta/diffusionbee-stable-diffusion-ui
Keep the loaded model in memory
Open
- Dominant language
- JavaScript
- Stars
- 13.6k
- Forks
- 727
- PR merge metrics
- No merged PRs in 30d
Description
It seems that each image generation process involves loading the model into memory (flux model), generating the image, and then releasing the model from memory. Loading takes some time, and when you want to generate many images, a lot of time is wasted on just loading.
Is it possible to load the model into memory right after selecting it and keep it there until the program is closed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.