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`).