Views
No views yet
| File | Description |
|---|---|
phyedit_lora.safetensors | PhyEdit LoRA weights |
training_config.json | Sanitized release training configuration |
SHA256SUMS | Weight checksum |
1hf download ruihangxu/PhyEdit phyedit_lora.safetensors \
2 --local-dir checkpoints/PhyEdit1git clone https://github.com/nenhang/PhyEdit.git
2cd PhyEdit
3
4CUDA_VISIBLE_DEVICES=0 \
5python -m bench.sample \
6 --config-path configs/train_deepspeed.yaml \
7 --pretrained-model-path Qwen/Qwen-Image-Edit-2511 \
8 --checkpoint-path ../checkpoints/PhyEdit/phyedit_lora.safetensors \
9 --benchmark-metadata data/RealManip-40K/metadata/test.json \
10 --output-dir outputs/manipeval \
11 --base-area 589824 \
12 --batch-size 8 \
13 --seeds 42 43 44 45 46 47 48 49589824 (768^2). This corresponds to 1024 x 576 for 16:9 images and
768 x 768 for square images.1@misc{xu2026phyeditrealworldobjectmanipulation,
2 title={PhyEdit: Towards Real-World Object Manipulation via Physically-Grounded Image Editing},
3 author={Ruihang Xu and Dewei Zhou and Xiaolong Shen and Fan Ma and Yi Yang},
4 year={2026},
5 url={https://arxiv.org/abs/2604.07230},
6}