Closed lukiod closed 2 months ago
As for What i did i added an onediff optimization support under which i made some changes in the following files Issue Posted Upon
How to run this
docker build -t ai-runner-benchmark .
docker run --gpus all -v ./models:/models ai-runner-benchmark:latest python bench.py --pipeline text-to-image --model_id SG161222/RealVisXL_V4.0_Lightning --runs 3 --batch_size 1 --num_inference_steps 10 --optimization onediff
@rickstaa please reopen it i did something and now this has been closed somehow
Replaced by https://github.com/livepeer/ai-worker/pull/182.
As for What i did i added an onediff optimization support under which i made some changes in the following files Issue Posted Upon
https://github.com/livepeer/bounties/issues/37
File Changes
How to run this
docker build -t ai-runner-benchmark .
docker run --gpus all -v ./models:/models ai-runner-benchmark:latest python bench.py --pipeline text-to-image --model_id SG161222/RealVisXL_V4.0_Lightning --runs 3 --batch_size 1 --num_inference_steps 10 --optimization onediff