feat: add minimal SDXL txt2img workflow template - #15767
Conversation
… extension (Comfy-Org#15579) Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
…logic (Comfy-Org#15655) Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
…Comfy-Org#15684) Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexis Rolland <alexisrolland@hotmail.com>
Simple 7-node txt2img workflow (CheckpointLoaderSimple -> CLIP encode -> EmptyLatentImage -> KSampler -> VAEDecode -> SaveImage) saved in API format for programmatic submission via POST /prompt.
|
🎉 Thank you for your contribution, we really appreciate it! 🎉 Like many open source projects, we require contributors to sign our Contributor License Agreement (CLA). A CLA makes the ownership of contributions explicit, so contributors and the project share a clear understanding of how the code can be used. By signing, you:
CLAs are standard practice across major open source projects including those under the Apache Software Foundation and the Linux Foundation. Ours is based on the Apache Software Foundation's CLA. Most importantly, it would enable us to relicense the project under a more permissive license in the future, giving the project and its community greater flexibility. ✍ To sign, please post a new comment on this PR with exactly the following text: ✍ I have read and agree to the Contributor License Agreement You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (14)
💤 Files with no reviewable changes (7)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📜 Recent review details
|
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Docstring Coverage | Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 32 functions across 4 files. (3 skipped: 3 unsupported.) | Write docstrings for the functions missing them to satisfy the coverage threshold. |
✅ Passed checks (4 passed)
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The title clearly identifies the addition of the minimal SDXL text-to-image workflow template, which is the stated primary objective. |
| Description check | ✅ Passed | The description accurately explains the SDXL workflow template, its node chain, API format, and intended programmatic use. |
| Linked Issues check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
| Out of Scope Changes check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
✨ Finishing Touches 💡 2
⚔️ Resolve merge conflicts 💡
- Resolve merge conflict in branch
feat/add-sdxl-simple-workflow
🛠️ Fix failing CI checks 💡
- Create stacked PR
- Commit on current branch
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands.
Summary
Adds a minimal 7-node SDXL txt2img workflow template in API format (
workflows/sdxl_simple.json), suitable for programmatic submission viaPOST /prompt.Details
Notes
This is a personal convenience template; happy to adjust location/format if maintainers prefer a different convention.
API Node PR Checklist
Scope
Pricing & Billing
If Need pricing update:
QA
Comms