hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
34.91k stars 4.92k forks source link

Merges a black square or nightmare's onto Target #382

Open JulianStiebler opened 3 weeks ago

JulianStiebler commented 3 weeks ago

Using any picture it just merges a black square towards the specified target;

2 Stock images combined: grafik

When i run in CUDA; it produces nightmare fuel.

Same stock images used as above grafik

I used main branch AND experimental and did the following on each:

Input and Target Images are definetly high quality enough; and its not related to those images specifically. grafik

Rqmco commented 3 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

CezarGab commented 3 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

Same problem, and it worked here. Thank you.

ezik117 commented 3 weeks ago

The same issue is with the black square. Running on Ubuntu with no GPU and with libraries installed by default. Executed as "python3 run.py". After uninstalling both libraries "onnxruntime" and "onnxruntime-gpu" and installing "onnxruntime-openvino==1.15.0" it gives no black square, but the quality is dramatically decreased although the source/destination images are about 2000x1000 pixels. Any suggestion? output

tdryehthrehre commented 3 weeks ago

Worked for me as well

TaosLezz commented 3 weeks ago

@ezik117 I had the same problem as you with blurry image output

imyideas commented 2 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

The following error is being displayed. EERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.16.3 (from versions: 1.17.0, 1.17.1, 1.18.0, 1.18.1, 1.19.0) ERROR: No matching distribution found for onnxruntime-gpu==1.16.3. any solution ?

d-sako commented 2 weeks ago

@ezik117 same problem :/ did you find any solution?

johnson7788 commented 2 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

Great Job

zyxy3344 commented 2 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

niace r that solves the problem of the black frame on the face.

zyxy3344 commented 2 weeks ago

@JulianStiebler , I had a similar issue, try the following commands. pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

niace r that solves the problem of the black frame on the face.

一定要用python3.10版本才有这个onnxruntime-gpu==1.16.3,

chenxufenghz commented 1 week ago

My laptop is MacBook-pro, no GPU, and has the same issue. seems onnxruntime-openvino is only for Linux and Window(reference https://pypi.org/project/onnxruntime-openvino/). I tried install it, and show errors below: ` pip install onnxruntime-openvino==1.15.0 ERROR: Could not find a version that satisfies the requirement onnxruntime-openvino==1.15.0 (from versions: none) ERROR: No matching distribution found for onnxruntime-openvino==1.15.0

pip install onnxruntime-openvino==1.18.0 ERROR: Could not find a version that satisfies the requirement onnxruntime-openvino==1.18.0 (from versions: none) ERROR: No matching distribution found for onnxruntime-openvino==1.18.0 `

tianli2005 commented 1 week ago

,我遇到了类似的问题,请尝试以下命令。 pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3

Thank you for using the command you provided to solve it successfully