I think I broke it and I don't know where else to ask. #16690
Sorry-Im-Stupid
started this conversation in
General
Replies: 1 comment
-
Settings are stored in "sd_checkpoints_limit": 1, // Maximum number of checkpoints loaded at the same time
"sd_checkpoints_keep_in_cpu": true, // Only keep one model on device
"sd_checkpoint_cache": 0, // Checkpoints to cache in RAM Deleting |
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
-
I was trying to optimize RAM usage, and I turned off a setting regarding the cacheing of checkpoints, I forget the exact name of the setting, or I would look for it in Issues. Anyway now it won't even start.
When I try to load it I get this error:
Loading weights [4496b36d48] from /home/USERNAME/Stable/stable-diffusion-webui/models/Stable-diffusion/All Around/dreamshaperXL_v21TurboDPMSDE.safetensors /home/USERNAME/Stable/webui.sh: line 255: 34389 Killed "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
I'm hoping I can change the setting in a file somewhere but I don't even know where to look.
Beta Was this translation helpful? Give feedback.
All reactions