timothybrooks / instruct-pix2pix

Other
6.1k stars 527 forks source link

Is it pix2pix model's Bug? #101

Open xiaoxuwei12345 opened 1 year ago

xiaoxuwei12345 commented 1 year ago

After I set the number of Stable Diffusion models kept in memory, for example, set it to 3, then I found that when I switch between several models, the models are indeed read from memory(Loading weights from cache). But this instruct-pix2pix model seems to be special, it cannot be resident in memory like other models, Stable diffusion always reads this instruct-pix2pix model from disk.

Is this a BUG?