Views
No views yet


2026/04/07: We open-source the inference scripts and pretrained weights.1# python==3.10.0 cuda==12.4 torch==2.5
2conda create -n smartphotocrafter python==3.10.0
3conda activate smartphotocrafter
4pip install -r requirements.txt| Models | Download | Features |
|---|---|---|
| SmartPhotoCrafter | 🤗 Huggingface 🤖 ModelScope | |
| Qwen-Image-Edit-2509 | 🤗 Huggingface 🤖 ModelScope | Base Model |
bash scripts/inference/automatic-edit.shbash scripts/inference/manual-eidt.sh1CUDA_VISIBLE_DEVICES=0 python infer.py \
2 --model_path "ckpt/Qwen-Image-Edit-2509" \
3 --dit_path "ckpt/DiT.safetensors" \
4 --vlm_path "ckpt/text_encoder" \
5 --image_path "example/841012.png" \
6 --output_folder "example/output/automatic" \
7 --seed 42 \