mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-24 08:19:51 +00:00
Model Downloader Improvements (#650)
* use new download_path value in download api from https://github.com/comfyanonymous/ComfyUI/pull/4621 * add in-UI refusal for ckpt files
This commit is contained in:
committed by
GitHub
parent
9cdefca481
commit
b19cbd9111
@@ -77,6 +77,7 @@ const zDownloadModelStatus = z.object({
|
||||
status: z.string(),
|
||||
progress_percentage: z.number(),
|
||||
message: z.string(),
|
||||
download_path: z.string(),
|
||||
already_existed: z.boolean()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user