run.sh 673 Bytes
Newer Older
wangwf's avatar
wangwf committed
1
2
3
4
5
python tools/run_pipe.py -m ./Flux.1-dev-new-onnx/ -p "A cat holding a sign that says hello world" --num-images-per-prompt 1 --img-size 512 --save-prefix flux_bs1_512
python tools/run_pipe.py -m ./Flux.1-dev-new-onnx/ -p "A cat holding a sign that says hello world" --num-images-per-prompt 1 --img-size 1024 --save-prefix flux_bs1_1024
python tools/run_pipe.py -m ./Flux.1-dev-new-onnx/ -p "A cat holding a sign that says hello world" --num-images-per-prompt 2 --img-size 512 --save-prefix flux_bs2_512
python tools/run_pipe.py -m ./Flux.1-dev-new-onnx/ -p "A cat holding a sign that says hello world" --num-images-per-prompt 2 --img-size 1024 --save-prefix flux_bs2_1024