mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 11:57:12 +08:00
This update introduces a new Python script, `script_examples/execute_default_pipeline.py`, that allows you to execute a predefined ComfyUI pipeline. The script: - Defines a default pipeline structure in JSON format. - Sends the pipeline to a running ComfyUI server instance for execution. - Prints a success message upon queuing the prompt. The `README.md` has been updated to include: - A new section "Running a Default Pipeline". - Step-by-step instructions on how to run the new script. - Information on where to find the generated output images. - A note about the required checkpoint file (`v1-5-pruned-emaonly.safetensors`).