convert problem

Got questions or tips about the Conversion process? This is the place to discuss them.


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for discussing tips and understanding the process involved with Converting faces from your trained model.

If you are having issues with the Convert process not working as you would expect, then you should post in the Convert Support forum.

Please mark any answers that fixed your problems so others can find the solutions.

Post Reply
User avatar
Hizaki
Posts: 4
Joined: Sat Oct 28, 2023 1:45 pm

convert problem

Post by Hizaki »

Hi everyone,

im having this issue during convert, the converted video cant be opened.

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 1921, in call
return self.func(args)
File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 839, in callit
func(
args)
File "E:\Juegos\faceswap\lib\gui\display_page.py", line 260, in update_page
self.display_item_set()
File "E:\Juegos\faceswap\lib\gui\display_command.py", line 41, in display_item_set
if not self.
preview.load_latest_preview(thumbnail_size=size,
File "E:\Juegos\faceswap\lib\gui\utils\image.py", line 491, in load_latest_preview
os.remove(image_files[0])
PermissionError: [WinError 5] Acceso denegado: 'E:/Deep Fake/Out\\.gui_preview.jpg'

User avatar
torzdf
Posts: 2752
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 141 times
Been thanked: 643 times

Re: convert problem

Post by torzdf »

This is just a GUI issue, not showing the preview about it.

Specifically there is a permission issue on your machine accessing the preview file.

Don't worry about it. Whilst you can't see the preview, it won't impact the ability to convert.

My word is final

User avatar
EthnTempest
Posts: 5
Joined: Mon Oct 07, 2024 12:22 pm
Has thanked: 1 time

Re: convert problem

Post by EthnTempest »

It seems like a permission error is causing the issue. You might want to check if the file .gui_preview.jpg is being accessed by another program or if you have the necessary permissions to delete or modify it.

Try running the conversion process as an administrator or manually delete that preview file to see if it helps.

Post Reply