You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces a comprehensive Simplified Chinese translation (README.zh.md) for 🤗 Diffusers to improve accessibility for the Chinese-speaking computer vision, generative AI, and multi-modal developer community.
Translated core philosophy (usability over performance, simple over easy, customizability over abstractions) and 3 primary components (Pipelines, Schedulers, Models).
Translated installation instructions for PyTorch (pip/conda) and Apple Silicon MPS support.
Translated quickstart examples for text-to-image inference and building custom diffusion loops from scratch with UNet2D and DDPMScheduler.
Translated documentation navigation roadmap, contribution guide, and AI Agent development conventions.
Translated popular tasks table (DDPM, Stable Diffusion, unCLIP, DeepFloyd IF, Kandinsky, ControlNet, InstructPix2Pix, Inpainting, Super Resolution, etc.).
Translated community ecosystem highlights (TaskMatrix, InvokeAI, InstantID, lama-cleaner, etc.), research credits, and BibTeX citation.
Added reciprocal language navigation between README.md and README.zh.md.
Hi @JasonYeYuhe, thanks for the PR! It does not appear to link an issue it fixes. If this PR addresses an existing issue, please add a closing keyword (e.g. Fixes #1234) to the PR description so the issue is linked. See the contribution guide for more details. If this PR intentionally does not fix a tracked issue, a maintainer can add the no-issue-needed label to silence this reminder.
Please note that PRs without a linked issue are likely to be automatically closed 10 days after this notice.
Once the PR links an issue (or gets the no-issue-needed label), you can ignore this message — it stays here as a comment, but it no longer applies.
Linked tracked translation initiative issue #14711 via Fixes #14711.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes #14711
This PR introduces a comprehensive Simplified Chinese translation (
README.zh.md) for 🤗 Diffusers to improve accessibility for the Chinese-speaking computer vision, generative AI, and multi-modal developer community.README.mdandREADME.zh.md.Before submitting
Who can review?
Docs: @stevhliu @sayakpaul