mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 18:59:26 +01:00
Fixed auto-enc problem where unencodedFrameLines was filled incorrectly
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Flowframes.OS
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show("Neither the Flowframes Python Runtime nor System Python installation could be found!\nEither download the \"Full\" Flowframes package or install Python/Pytorch yourself.");
|
||||
MessageBox.Show("Neither the Flowframes Python Runtime nor System Python installation could be found!\nEither redownload Flowframes with the embedded Python runtime enabled or install Python/Pytorch yourself.");
|
||||
Interpolate.Cancel("Neither the Flowframes Python Runtime nor System Python installation could be found!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user