mhstar
mhstar
This is because you don't have the packages installed. Install whatever missing package inside the forge. Go to the forge system/python directory in a terminal (cmd or powershell), install the...
Go to the forge system/python folder to install the missing realesrgan package in a terminal (cmd or powershell), see below the command `>>> PS D:\webui_forge_cu121_torch21\system\python> .\python.exe -m pip install realesrgan`...
Aha, just install the onnxruntime-gpu package to use GPU, as above, go the the forge system/python folder, use the inside python to install, the packages should be installed in system\python\Lib\site-packages,...
@Retha23 Can you share the onnx download link?
@Retha23 , hmmm, I thought it's a new inswapper_216.onnx, so it's a typo? what's the difference compared to the host provided?
> the main reason why there is only built-in controlnet is because it's designed with less overhead than the other controlnet requires, which makes it more efficient in forge. But...
If you don't use `preprocessor` (set it `None`, I have preprocessed openpose images in my batch folder), it can save a lot of vram, but it can't go even 20...
The controlnet `batch` never works since I first started to use Forge a year ago. I mostly want it on the `txt2img`.
It looks my bad. It does work by set `Batch size`. The logic is different with A111 which is set by `Batch count`.
@DenOfEquity Is there a way to fix the seed number for all batch controlnet images? Currently it will increase the seed by 1 whether I fix the seed or not?