mhstar
mhstar
> Trikos, I might be misunderstanding your process, but it seems you are setting batch within img2img and then in controlnet as well? The img2img batch will send the images...
> I don't know any way to fix the seed for this. There is a setting that is named like it should control it (controlnet_increment_seed_during_batch), but it's not referenced anywhere...
install onnxruntime-gpu as this `pip install onnxruntime-gpu==1.18.0 --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/`
cuda, cudnn, versions? https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements
Not clear, If you have right versions of torch, onnxruntime, cuda, cudnn, it should work.
Your torch is right. And your onnxtrumtime finds the CUDA too. No idea what's the reason. I'm using CUDA 12.4, it works. Maybe you can try reinstalling or install different...
pip list should show torch 2.3.0+cu121 torchaudio 2.3.0+cu121 torchvision 0.18.0+cu121