mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-27 06:47:05 +08:00
Fix the bug of "Unload Models"
This commit is contained in:
parent
9648e8c4df
commit
765f71ddc7
@ -154,7 +154,7 @@ export async function free_models() {
|
||||
let res = await api.fetchApi(`/free`, {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: '{}'
|
||||
body: '{"unload_models": true}'
|
||||
});
|
||||
|
||||
if(res.status == 200) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user