SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

Trojan detected when uncompressing facevid2vid_00189-model.pth

Open uisato opened this issue 1 year ago • 9 comments

Anyone else experiencing this? I've downloaded checkpoints and + from the designated Google Drive.

uisato avatar Apr 08 '23 17:04 uisato

you do not need to uncompress these checkpoints

vinthony avatar Apr 09 '23 01:04 vinthony

Actually getting errors for file not found, that is why i compressed mine and then got these errors as well. image

ameen-roayan avatar Apr 09 '23 14:04 ameen-roayan

will try to solve it.

vinthony avatar Apr 09 '23 14:04 vinthony

Don't get me wrong, pal. I love your work. But I shouldn't be getting those alerts. Neither should I start with some of the arguments for the webui.

Why did you tagged this post as invalid?

uisato avatar Apr 09 '23 17:04 uisato

Don't get me wrong, pal. I love your work. But I shouldn't be getting those alerts. Neither should I start with some of the arguments for the webui.

Why did you tagged this post as invalid?

change to enhancement

vinthony avatar Apr 10 '23 00:04 vinthony

Yeah why should we being removing safe unpickle, especially when we're getting trojan warnings.

bbecausereasonss avatar Apr 10 '23 00:04 bbecausereasonss

fixed.

vinthony avatar Apr 12 '23 14:04 vinthony

Thanks for that, now getting these errors instead

Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch(). Startup time: 13.5s (load scripts: 0.7s, create ui: 12.5s, gradio launch: 0.1s). Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "E:\Automatic1111\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 333, in svgPreprocess if (inputs['image'].startswith("data:image/svg+xml;base64,") and svgsupport): TypeError: 'bool' object is not subscriptable Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) File "E:\Automatic1111\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py", line 333, in svgPreprocess if (inputs['image'].startswith("data:image/svg+xml;base64,") and svgsupport): TypeError: 'bool' object is not subscriptable Traceback (most recent call last): File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "E:\Automatic1111\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range

ameen-roayan avatar Apr 12 '23 17:04 ameen-roayan

it seems the errors in controlnet?

vinthony avatar Apr 13 '23 02:04 vinthony

SO it iis a trojan or not?

LeaderBronze avatar Dec 07 '23 12:12 LeaderBronze