Update README with note on model support#13235
Conversation
Added note about additional supported models in ComfyUI.
📝 WalkthroughWalkthroughThis pull request adds a clarifying note to the README.md file under the Features section. The note indicates that the listed models are not exhaustive and directs readers to consult ComfyUI's templates list for a complete supported model list. The change consists of a single line addition with no modifications to exported or public entities. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
64-64: Consider refining the wording for better readability.The note serves a good purpose, but the sentence structure could be smoother. The phrase "if you want to see what is supported see our templates list" repeats "see" awkwardly, and "inside ComfyUI" is a bit vague about the exact location.
✍️ Suggested improvement
-- NOTE: There are many more models supported than the list below, if you want to see what is supported see our templates list inside ComfyUI. +- NOTE: There are many more models supported than the list below. For a complete list of supported models, check the templates list in ComfyUI's interface.Or alternatively:
-- NOTE: There are many more models supported than the list below, if you want to see what is supported see our templates list inside ComfyUI. +- NOTE: Many more models are supported beyond this list. To see all supported models, browse the templates list within ComfyUI.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 64, Replace the awkward NOTE sentence "NOTE: There are many more models supported than the list below, if you want to see what is supported see our templates list inside ComfyUI." with a clearer, more concise phrasing such as indicating there are additional supported models and pointing readers to the "Templates" list in ComfyUI (e.g., "NOTE: Many more models are supported — see the Templates list in ComfyUI for the full set."). Ensure the new sentence removes the duplicated "see" and clarifies the location as the "Templates" list in ComfyUI.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 64: Replace the awkward NOTE sentence "NOTE: There are many more models
supported than the list below, if you want to see what is supported see our
templates list inside ComfyUI." with a clearer, more concise phrasing such as
indicating there are additional supported models and pointing readers to the
"Templates" list in ComfyUI (e.g., "NOTE: Many more models are supported — see
the Templates list in ComfyUI for the full set."). Ensure the new sentence
removes the duplicated "see" and clarifies the location as the "Templates" list
in ComfyUI.
Added note about additional supported models in ComfyUI.