mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-29 11:00:53 +08:00
Screenshots for PR Submission
This directory should contain screenshots demonstrating the enhanced run_comfyui.bat features.
Required Screenshots
High Priority
-
ASCII Art Banner (
01_ascii_banner.png)- Capture the ASCII art banner showing "Comfy" text
- Shows the polished, professional appearance of the script
- Capture right after running the script
-
Dependency Checking Prompt (
02_dependency_check.png)- Capture the prompt showing missing dependencies with installation options
- Demonstrates the automated dependency checking feature
- Capture when critical dependencies are missing
-
CUDA PyTorch Detection (
03_cuda_detection.png)- Capture the CPU-only PyTorch detection message and installation offer
- Shows the automatic CUDA PyTorch detection and installation feature
- Capture when CPU-only PyTorch is detected
Medium Priority
-
Progress Bar During Installation (
04_progress_bar.png)- Capture progress bar showing during pip installation (especially PyTorch)
- Demonstrates the progress bar feature for long installations
- Capture during pip install with
--progress-bar on
-
Virtual Environment Detection (
05_venv_detection.png)- Capture message showing virtual environment detection
- Shows the virtual environment awareness feature
- Capture when running in a virtual environment
Low Priority
- Error Message Example (
06_error_message.png)- Capture one of the user-friendly error messages with troubleshooting steps
- Demonstrates improved error handling
- Capture when an error occurs (e.g., Python not found)
How to Capture Screenshots
- Run
run_comfyui.batin various scenarios - Use Windows Snipping Tool (Win + Shift + S) or Print Screen
- Save screenshots with the naming convention above
- Add screenshots to this directory
- Update
PR_DESCRIPTION.mdto reference these screenshots
Note
Screenshots are optional but highly recommended for PR submission. They help reviewers understand the user experience improvements.