Issues -> Discussions #798
Replies: 12 comments 18 replies
-
After the last update, I am getting the following error. How do I fix it?: Error |
Beta Was this translation helpful? Give feedback.
-
After updated to 4.1.0 paste_face = cv2.addWeighted(paste_face, self.options.blend_ratio, fake_face, 1.0 - self.options.blend_ratio, 0) cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\core\src\arithm.cpp:674: error: (-5:Bad argument) When the input arrays in add/subtract/multiply/divide functions have different types, the output array type must be explicitly specified in function 'cv::arithm_op' |
Beta Was this translation helpful? Give feedback.
-
Thanks for Greatest tool Roop Unleashed. Sorry, I am a novice here. I use Windows PC. |
Beta Was this translation helpful? Give feedback.
-
C0untFloyd thank you for your great project and incredible work. I have been having an issue related to ffmpeg and I cannot troubleshoot successfully. I'm able to generate one faceswap video upon PC startup, but any attempts to generate videos after this produce the below error. Image faceswapping continues to work, the problem is isolated to video generation. I performed a clean install from github and the issue persists, any assistance with this would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
-
I started having this issue few weeks ago, it won't update now and is stuck at version 4.0.0 |
Beta Was this translation helpful? Give feedback.
-
I, i changed the provider into cpu instead of cuda but when i try to put a face i got this error : Aborting processing - please wait for the remaining threads to be stopped when using ['CUDAExecutionProvider'] I have AMD CPU/GPU i but i don't rlly know if its why |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Guys, maybe someone here can help me. I realized Roop is using my GPU (Nvidia) near a 100% but it does not touch the shared GPU memory which would give it 24GB extra memory. Anyone know how to make it use this memory too? |
Beta Was this translation helpful? Give feedback.
-
Issue SummarySince this morning, I've been encountering the following error when running my FastAPI application on Google Colab. It occurs whenever I try to perform any action, and it completely halts the execution of my app:
Steps TakenI've tried several approaches to resolve the issue, including:
Request for Help
Any guidance or suggestions would be greatly appreciated! Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
-
@C0untFloyd "" Force CPU for Face Analyser" what does this setting do. is detecting faces better with cpu? and is it a way of forcing better detecting, but the other stuff still runs on gpu? |
Beta Was this translation helpful? Give feedback.
-
i cant process video files with HDR. Is it because i use or is it not implemented? I quess it's just the x264 that doesnt support hdr? Will try that first. |
Beta Was this translation helpful? Give feedback.
-
Enhance_DMDNet ` def create(self, devicename):
|
Beta Was this translation helpful? Give feedback.
-
I'm transfering all user problems and questions created under issues to Q&A discussions because mostly those are about technical problems on their end. I want to keep issues clear for real bug reports and enhancements only.
Beta Was this translation helpful? Give feedback.
All reactions