HoboLyra

Results 3 issues of HoboLyra

After training I can use my model just fine and convert many voice files, but sometimes it gives me an error when doing so: ``` Traceback (most recent call last):...

Some voice files give me an error when I attempt to use my training over them. I have changed the format of the files, edited and saved them in Audition,...

Issue writing tags to images: ``` Traceback (most recent call last): File "C:\Stable_Diffusion\metadata_tagger\UI\MainWindow.py", line 62, in onWriteTagsButtonClicked self.m_imageWriter.writeTagsFromPredictionsInImages(lastPredictions) File "C:\Stable_Diffusion\metadata_tagger\Model\ImageWriter.py", line 18, in writeTagsFromPredictionsInImages iptcInfo.save() File "C:\Stable_Diffusion\metadata_tagger\venv\lib\site-packages\iptcinfo3.py", line 627, in...