Views
No views yet
1git clone https://github.com/lcqysl/DiffThinker.git
2cd DiffThinker/DiffSynth-Studio
3pip install -e .
4pip install gymnasium
5
6# (Optional) Install vLLM for OCR tasks
7# we recommend installing it in a SEPARATE environment to avoid conflicts.
8# pip install vllmgen.txt file in each task directory.1cd Maze
2
3# 1. Inference and Parsing
4bash eval/gen_and_parse.sh
5
6# 2. Evaluation
7bash eval/eval_path.sh
8
9# 3. Individual Inference
10python ../DiffSynth-Studio/add/infer/infer.py
11python ../DiffSynth-Studio/add/infer/infer_with_middle.py1@article{he2024diffthinker,
2 title={DiffThinker: Towards Generative Multimodal Reasoning with Diffusion Models},
3 author={He, Zefeng and Qu, Xiaoye and Li, Yafu and Zhu, Tong and Huang, Siyuan and Cheng, Yu},
4 journal={arXiv preprint arXiv:2512.24165},
5 year={2024}
6}