"tests/vscode:/vscode.git/clone" did not exist on "c12469c20a2b3c3d041253ba9903e04eecdc4c89"
run_examples.sh 444 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
7
8
9
10
11
12
13
python inference.py --input_dir ./examples \
    --model_path ./meimeilook/Step1X-Edit-FP8/ \
    --json_path ./examples/prompt_en.json \
    --output_dir ./output_en \
    --quantized \
    --seed 1234 --size_level 1024 

python inference.py --input_dir ./examples \
    --model_path ./meimeilook/Step1X-Edit-FP8/ \
    --json_path ./examples/prompt_cn.json \
    --output_dir ./output_cn \
    --quantized \
    --seed 1234 --size_level 1024