chychkan / DeepFaceLab_MacOS

Run DeepFaceLab on MacOS
GNU General Public License v3.0
246 stars 53 forks source link

training preview window not showing #135

Open danielaurean opened 10 months ago

danielaurean commented 10 months ago

Hi, i was able to run the whole thing until the training process, once the model starts training process, all goes well inside Mac shell but no training preview window is showing up, so I can't press "enter" to stop training and save my model. Does anyone knows why this is happening and how can it be solved? Thanks!

Jerry-Master commented 9 months ago

In the linux version if you have ipython installed the code identifies your platform as colab and removes the training preview. You can try uninstalling that package or looking for is_colab in the code and comment it.