ddPn08
ddPn08
@greyphilosophy Yes, I wish I could, but unfortunately I couldn't figure out how to tell if it's batch processing or not. I'll think of another way.
@ljleb understood. It certainly seems unnecessary in this PR. But I didn't know this method. I learned a lot.
@Mikubill understood. But I can't think of a way to update the UI on tab change. . . (due to my lack of skill;) Instead, how about adding items such...
I fixed it by temporarily renaming the file. It will be reflected if you update `kohya-sd-scripts-webui`. https://github.com/ddPn08/kohya-sd-scripts-webui/commit/977c3f56ded8e405a8fa9d9b6d710c16298ef4d4 However, I honestly don't know if this is the correct way to fix...
これはGPUが正しく認識されていない時に起こるエラーですね。 使用しているPCのグラフィックボードの種類を教えてください。
82047f7026dae6663874f93436bd0a4d793071df こちらのコミットで修正されました。ご確認ください。
フォルダの中にある`update.bat`を実行することによって自動で更新されるかと思います!
サポートされているpythonのバージョンは3.10までですね、なので3.10をインストールして再度試していただけると助かります!
これはメモリが足りない時に起こるエラーのようです。お使いのPCのメモリ容量はどれくらいですか?
少し面倒になるのですが。 rvc-webuiのフォルダ内でコマンドプロンプトを開いていただいて、 ``` .\venv\Scripts\activate.bat pip install torch torchvision torchaudio --no-cache-dir pip install -r requirements.txt --no-cache-dir ``` を実行してみてください。