Hiresでのアップスケーリングに挑戦してみたんだけど
元の画像サイズ: 512×768
Sampling steps: 15
Upscaler: R-ESRGAN 4x+ Anime6B
Upscale by: 1.2
Denoising strength: 0.6
という設定で

OutOfMemoryError: CUDA out of memory.
Tried to allocate 2.28 GiB (GPU 0; 12.00 GiB total capacity; 4.40 GiB already allocated; 5.57 GiB free; 4.43 GiB reserved in total by PyTorch)
If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation.
See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
とメモリ不足だぞと言われてしまう
グラボはRTX3060の12GB

3060で初歩的なことは一通りできると思っててちょっと困惑
wikiにもPYTORCH_CUDA_ALLOC_CONFについての言及はほぼない

このpytorchの割り当て設定とかwebui-user.batの--medvram(低スぺ向け設定)とかは3060でも必要になるのだろうか
それとも根本的にやり方が悪くて余計な負担がかかってるんだろうか