Igor Aherne

Results 7 issues of Igor Aherne

Hey Daniel, I wrote to your email address, but you stopped responding to me after my question about derivatives Several months later I understand such a question might have been...

### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...

Hello, Given that forward() will return tuple: ```return out.view(batch_size, num_tau, self.num_actions), taus``` Should we use .max(1) instead of .max(2) ? Currently it is: ``` Q_targets_next = Q_targets_next.detach().max(2)[0].unsqueeze(1) # (batch_size, 1,...

Watch out, there is an error in the `ssao.shader` inside the `frag()` function: `float3 random = normalize( tex2D(_RandomTexture, input.uv * 4.123).rgb );` This has range of [0, 1] You need...

Downloaded `webui_forge_cu124_torch24.7z` Running `update.bat` and then `run.bat`. run.bat cmd window instantly produces an error: ``` Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: f2.0.1v1.10.1-previous-306-g2f0555f7 Commit...

Generating from browser works with controlnet. Generating via API didn't. Because from_dict() was making 'image' and 'mask_image' a dictionary. In 'controlnet.py' the function 'get_input_data' this would cause exception, because unit.image...

https://github.com/lllyasviel/stable-diffusion-webui-forge#installing-forge From `Installing Forge` section, use one-click installation `Forge with CUDA 12.1 + Pytorch 2.3.1` `run.bat` ...The requirements are installed and the neural net is downloaded fine. But if you...