-
I am not sure as to what exactly is causing this, I did go through some threads that were written recently but there was no specific method to ensure that it is actually using the GPU.
on a 3090ti…
-
You are required to explicitly set the providers parameter when instantiating inferencesession.
I went through the tutorial setup and believe I'm running cudaexecutiveprovider but when i follow th…
-
![图片](https://user-images.githubusercontent.com/56429665/149732747-3f0a2b2e-dab3-4541-b142-404535a22ac3.png)
-
I like being able to use this on single images, however, if I have 10 images I want to map one face to, I have to go through individually, one by one. After one is completed, I have to rename it to sa…
-
Thank you for providing the code, but I encountered an issue during the replication process. There was a missing image error while executing the training file Dual-Mark_main.cy. The dataset was downlo…
-
gettin some error on:`python3 train.py --name simswap224_test --batchSize 8 --gpu_ids 0 --dataset /var/deep/DSC_0015.JPG
Traceback (most recent call last):
File "train.py", line 17, in
impo…
-
I tried to generate my own scrfd onnx model which succeeded by following the documentation in the insightful github repo.
However once I have generated the new model (currently just trying to replica…
-
`ValueError: This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when i…
-
There is a problem with face fusion
![10112](https://user-images.githubusercontent.com/7991905/147905548-cf1eb5db-e7fd-482b-bf0f-dc6e9eeab56f.jpg)
-
Traceback (most recent call last):
File "G:\Programme\STABLE DIFFUSION\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "…