Skip to content

Commit 4a682f6

Browse files
committed
<MODIFY> fix README fig
1 parent 4f15449 commit 4a682f6

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242

4343
## 🌟Highlight
4444

45-
![main](fig\main.jpg)
45+
![main](fig/main.jpg)
4646

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

49-
![exp](fig\exp.png)
49+
![exp](fig/exp.png)
5050

5151
- And provide transparent, intermediate reasoning trajectories.
5252

53-
![case](fig\case.jpg)
53+
![case](fig/case.jpg)
5454

5555
## ⚡Quick Start
5656

@@ -69,11 +69,9 @@ pip install -r requirments.txt
6969

7070
1. Download the ckpt:
7171

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.
7775
7876
2. Test Single Case
7977

@@ -101,11 +99,9 @@ pip install -r requirments.txt
10199

102100
1. Download the datasets & metadata.csv
103101

104-
> You may find our training data at: [**EndoCoT dataset**](https://huggingface.co/datasets/InternLM/EndoCoT)
105-
>
106-
> > [!NOTE]
107-
> >
108-
> > Since the metadata uses relative paths, please ensure the dataset files are placed in the same directory as `metadata.csv`
102+
- You may find our training data at: [**EndoCoT dataset**](https://huggingface.co/datasets/InternLM/EndoCoT)
103+
104+
> Since the metadata uses relative paths, please ensure the dataset files are placed in the same directory as `metadata.csv`
109105
110106
2. Train your model
111107

0 commit comments

Comments
 (0)