1 Commits

Author SHA1 Message Date
google-labs-jules[bot]
467bc66bfd I've added a script to execute a default pipeline and updated the README.
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`).
2025-06-21 06:51:22 +00:00