Can I keep the models loaded? #1855
Answered
by
stduhpf
evilblade666
asked this question in
Q&A
|
Hey, folks! I have a question. |
Answered by
stduhpf
Aug 4, 2026
Replies: 2 comments 6 replies
|
The only solution is to use the server I'm afraid. Then you can send your prompts to the API directly if you don't want to use the webUI. |
3 replies
|
The flag --mmap keeps the checkpoints, llms and other stuff loaded in the RAM (not the loras) so when you use the cli again it use the memory instead af the ssd or hdd. That's what I understand and use. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there are two executables that are included in every build,
sd-cli, andsd-server.