tsukumijima / Real-ESRGAN-GUI

Lovely Real-ESRGAN / Real-CUGAN GUI Wrapper
MIT License
468 stars 27 forks source link

Add -t (tile-size) option support to reduce GPU memory usage on low-end devices #11

Open NBOOK opened 1 year ago

NBOOK commented 1 year ago

Hello, could you kindly consider incorporating a feature in your GUI that enables the adjustment of tile size? This is particularly important for lower-end devices, as they tend to encounter a "vkAllocateMemory failed" error if the tile size is left at its default value. For instance, to properly run realcugan-model-se and realesrgan-x4plus-anime on a Steam Deck, the tile size should be set to 128 and 64 respectively.

こんにちは、GUIにタイルサイズを調整する機能を追加していただくことを検討していただけますか?これは特に低性能のデバイスにとって重要で、タイルサイズがデフォルト値に設定されていると、「vkAllocateMemory failed」エラーが発生する傾向があります。例えば、Steam Deckでrealcugan-model-seとrealesrgan-x4plus-animeを正しく操作するためには、タイルサイズをそれぞれ128と64に設定する必要があります。

tsukumijima commented 1 year ago

ありがとうございます。 確かにタイルサイズの設定があると有用そうですが、残念ながら、私にはこのソフトを更新するモチベーションがあまりありません。 私自身あまり積極的には使っていませんし、私が持っているデバイスでは現状でも十分動作するからです。 ただ将来的にモチベーションが上がったときのために、このリポジトリは Open のままにしておきます。