Convetsion crash

Getting errors or found a bug when converting faces from a trained model? Post about them here


Forum rules

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

This forum is for reporting errors with the Convert process. If you want to get tips, or better understand the Convert process, then you should look in the Convert Discussion forum.

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

Locked
User avatar
lastgamejj
Posts: 1
Joined: Tue Oct 18, 2022 1:14 pm

Convetsion crash

Post by lastgamejj »

Dear team,

Quite new to the system. Might you help solve the problem as I encountered this when coverting the video?

Many thanks!

Code: Select all

Loading...
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 1892, in __call__
    return self.func(*args)
  File "C:\Users\user\faceswap\lib\gui\display.py", line 169, in _update_displaybook
    self._command_display(command)
  File "C:\Users\user\faceswap\lib\gui\display.py", line 99, in _command_display
    build_tabs()
  File "C:\Users\user\faceswap\lib\gui\display.py", line 137, in _convert_tabs
    self._extract_tabs(command="convert")
  File "C:\Users\user\faceswap\lib\gui\display.py", line 114, in _extract_tabs
    PreviewExtract(self, "preview", helptext, 5000, command)
  File "C:\Users\user\faceswap\lib\gui\display_page.py", line 183, in __init__
    self._update_page()
  File "C:\Users\user\faceswap\lib\gui\display_page.py", line 270, in _update_page
    self.display_item_set()
  File "C:\Users\user\faceswap\lib\gui\display_command.py", line 44, in display_item_set
    self.display_item = get_images().previewoutput
  File "C:\Users\user\faceswap\lib\gui\utils\image.py", line 83, in previewoutput
    assert self._previewoutput is not None
AssertionError
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\user\MiniConda3\envs\faceswap\lib\tkinter\__init__.py", line 1892, in __call__
    return self.func(*args)
  File "C:\Users\user\faceswap\lib\gui\display.py", line 186, in _on_tab_change
    selected_object.on_tab_select()
  File "C:\Users\user\faceswap\lib\gui\display_page.py", line 208, in on_tab_select
    self._update_page()
  File "C:\Users\user\faceswap\lib\gui\display_page.py", line 270, in _update_page
    self.display_item_set()
  File "C:\Users\user\faceswap\lib\gui\display_command.py", line 44, in display_item_set
    self.display_item = get_images().previewoutput
  File "C:\Users\user\faceswap\lib\gui\utils\image.py", line 83, in previewoutput
    assert self._previewoutput is not None
AssertionError
Setting Faceswap backend to NVIDIA
10/18/2022 21:13:11 INFO     Log level set to: INFO

10/18/2022 21:13:14 INFO     Reading alignments from: 'C:\Users\user\Desktop\My Movie_6_Trim_alignments.fsa'
10/18/2022 21:13:14 INFO     Loading Writer from Ffmpeg plugin...
10/18/2022 21:13:14 INFO     Outputting to: 'C:\Users\user\Desktop\Output\My Movie_6_Trim_converted.mp4'



Process exited.
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Convetsion crash

Post by torzdf »

This is a recently introduced bug that I will be looking to fix in the next couple of days.

It won't impact conversion, it just means the GUI cannot show the previews during the convert process.

My word is final

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Convetsion crash

Post by torzdf »

This bug should now be fixed

My word is final

Locked