Commit 955b552
authored
fix: qwen-image-edit-2509 docs and examples (#731)
* fix: add missing scheduler to qwen-image-edit-2509 lightning example
* docs: add documentation for qwen-image-edit-2509 lightning
* docs: add Distilled Qwen-Image-Edit-2509-Lightning section and fix Hugging Face link refs
- Add a new "Distilled Qwen-Image-Edit-2509 (Qwen-Image-Edit-2509-Lightning)" section to
docs/source/usage/qwen-image-edit.rst, referencing
examples/v1/qwen-image-edit-2509-lightning.py.
- Fix incorrect reStructuredText named-reference syntax that produced relative links:
changed occurrences like <hf_qwen-image>/<hf_qwen-image-edit>/<hf_qwen-image-lightning>
to the correct named-reference form with trailing underscore (e.g. <hf_qwen-image_>).
This makes those links resolve to the external URLs defined in
docs/source/links/huggingface.txt instead of becoming relative links.
- Files modified:
- docs/source/usage/qwen-image-edit.rst
- docs/source/usage/qwen-image.rst
* style: make linter happy
* fix the repo1 parent 06a989f commit 955b552
3 files changed
Lines changed: 20 additions & 9 deletions
File tree
- docs/source/usage
- examples/v1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments