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
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,15 @@
42
42
43
43
## 🌟Highlight
44
44
45
-

45
+

46
46
47
47
- EndoCoT is a reasoning paradigm for diffusion models that enables step-by-step inference. It outperforms conventional training methods on Qwen-Image-Edit-2511.
48
48
49
-

49
+

50
50
51
51
- And provide transparent, intermediate reasoning trajectories.
52
52
53
-

53
+

54
54
55
55
## ⚡Quick Start
56
56
@@ -69,11 +69,9 @@ pip install -r requirments.txt
69
69
70
70
1. Download the ckpt:
71
71
72
-
> You may find our pretrained weights at: [**EndoCoT**](https://huggingface.co/InternLM/EndoCoT)
73
-
>
74
-
> > [!NOTE]
75
-
> >
76
-
> > Following the configuration of *[**Diffthinker**](https://github.com/lcqysl/DiffThinker)*, we provide a customized checkpoint for **Qwen-Image-Edit**. This checkpoint has been merged from the original `safetensors` to ensure compatibility with [**Diffsynth-Studio**]([modelscope/DiffSynth-Studio: Enjoy the magic of Diffusion models!](https://github.com/modelscope/DiffSynth-Studio))training. Please use the checkpoint provided in this repository instead of the official version for correct loading and inference.
72
+
- You may find our pretrained weights at: [**EndoCoT**](https://huggingface.co/InternLM/EndoCoT)
73
+
74
+
> Following the configuration of *[**Diffthinker**](https://github.com/lcqysl/DiffThinker)*, we provide a customized checkpoint for **Qwen-Image-Edit**. This checkpoint has been merged from the original `safetensors` to ensure compatibility with [**Diffsynth-Studio**]([modelscope/DiffSynth-Studio: Enjoy the magic of Diffusion models!](https://github.com/modelscope/DiffSynth-Studio))training. Please use the checkpoint provided in this repository instead of the official version for correct loading and inference.
0 commit comments