divamgupta / divamgupta/diffusionbee-stable-diffusion-ui

Keep the loaded model in memory

Open
#538 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.