-
Notifications
You must be signed in to change notification settings - Fork 203
docs: address the two review notes on the metadata pass #1498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||
| --- | ||||||
| title: "ComfyUI Image to Image Workflow" | ||||||
| sidebarTitle: "Image to Image" | ||||||
| description: "Build an image-to-image workflow in ComfyUI: load a reference image and generate new versions in a different style, from line art, or restored." | ||||||
| description: "Build an image-to-image workflow in ComfyUI: load a reference image and generate new versions in a different style, from line art, or restore old images." | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Use a parallel verb for line-art generation. Line 4 says “from line art,” which describes the reference input rather than generating line art. Replace it with “generate line art” so the description matches the stated use case and keeps the actions parallel. Keep the verbs in step. Suggested fix-description: "Build an image-to-image workflow in ComfyUI: load a reference image and generate new versions in a different style, from line art, or restore old images."
+description: "Build an image-to-image workflow in ComfyUI: load a reference image and generate new versions in a different style, generate line art, or restore old images."📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| --- | ||||||
|
|
||||||
| ## What is image-to-image in ComfyUI? {#what-is-image-to-image} | ||||||
|
|
@@ -64,5 +64,5 @@ | |||||
|
|
||||||
| ## Try It Yourself | ||||||
|
|
||||||
| 1. Try modifying the `denoise` parameter in the **KSampler** node, gradually changing it from 1 to 0, and observe the changes in the generated images | ||||||
| 2. Replace with your own prompts and reference images to generate your own image effects | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Keep localized Portable metadata aligned with the English description.
The translated descriptions omit claims present in the canonical metadata:
ja/installation/comfyui_portable_windows.mdx#L3-L3: add explicit Windows and standalone-package wording.ko/installation/comfyui_portable_windows.mdx#L3-L3: add explicit Windows and standalone-package wording.zh/installation/comfyui_portable_windows.mdx#L3-L3: add explicit Windows wording.Please update these frontmatter descriptions together.
📍 Affects 2 files
ja/installation/comfyui_portable_windows.mdx#L3-L3(this comment)zh/installation/comfyui_portable_windows.mdx#L3-L3🤖 Prompt for AI Agents