Javascript Error On Roop Unleashed 3.9.0 on Preview and the Start Button #637
testygit01
started this conversation in
General
Replies: 3 comments
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was facing the same error. I solved it by updating with the commands: sudo apt install python3.11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The roop unleashed page loads just fine. I can upload the source files and the target file. But the preview doesn't work and nothing happens when I click the start button. If I open javascript console, I get the following error when I click on refresh button on the preview section or the start button to start the face swapping process. I am using kaggle and ngrok.
To Reproduce
Steps to reproduce the behavior:
Go to the roop unleashed app. Upload the source file and the target file.
Click on the 'Refresh' button on the preview image section or the 'Start' button to start the face swapping process. Nothing happens. No preview is loading either.
Open javascript console and click the 'Start' button or the 'Refresh' button again and you will see the following error on the javascript console.
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'options')
at _e (index.js:365:12)
at nt (index.js:489:11)
at vS.b (InteractiveImageEditor.svelte:70:6)
at async cC.Z (Index.svelte:82:14)
at async Promise.all (/index 14)
at async Co (Blocks.svelte:227:16)
I am using kaggle notebook and ngrok. I am using GPU T4 X 2 and a Mac computer.
Which version of roop unleashed are you using?
I am using roop 3.9.0
Beta Was this translation helpful? Give feedback.
All reactions