Comfy-Org / Comfy-Org/ComfyUI

[Bug] "Download All" button for missing models is unresponsive on Windows

Open
#13,470 5 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

## Description

When opening a workflow that requires missing models, the missing models panel correctly identifies the 3 missing files:
- `z_image_turbo_bf16.safetensors` (diffusion_models, 12.88 GB)
- `qwen_3_4b.safetensors` (text_encoders, 6.26 GB)
- `ae.safetensors` (vae, 0.13 GB)

However, clicking the **"全部下载 (Download All)"** button (19.27 GB total) does nothing — no download starts, no error message, no progress indicator.

Individual download buttons for each model are also unresponsive.

## Steps to Reproduce

1. Open a workflow that requires the above missing models
2. The missing models panel appears with the correct list
3. Click "全部下载 (Download All)" button
4. **Nothing happens** — no download, no error, no feedback

## Expected Behavior

Models should begin downloading with a progress indicator.

## Environment

- **OS:** Windows
- **ComfyUI:** Desktop version (latest)
- **UI Language:** Chinese (Simplified)

## Screenshot

![missing-models-screenshot](https://github.com/user-attachments/assets/placeholder)

> Note: Screenshot shows the missing models panel with 3 items and the unresponsive download button.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.