-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused b…
-
Hi, I have a custom UNET in ONNX and I see that when I try to convert the model into pytorch, the method mentioned above is not implemented. Would it be difficult to implement? or is there an alternat…
-
I noticed some subtle differences in the implementation of your UNet and the one in this repo: https://github.com/johschmidt42/PyTorch-2D-3D-UNet-Tutorial.
Basically, the batch normalization is pe…
-
Hello!
Thanks for your excellent work! I'm just learning the pytorch and unet network. When I ran your scripts I got the following error:
`OutOfMemoryError: CUDA out of memory. Tried to allocate 226…
-
在设置微调和推理的图像尺寸参数时,是否有什么特殊的约定。
在训练 lora 时,高度设置为 1024、宽度设置为 560 会报错,推理也是这样设置的,也会报错。
但如果同时设置 1024,就不会出错。
具体信息如下
Epoch 0: 0%| …
-
Are there any special conventions for setting image size parameters for fine-tuning and reasoning.
When lora is trained, the height setting of 1024 and the width setting of 560 report an error, and…
-
I made the changes to
```
_DEFAULT_MODEL = "stabilityai/sdxl-turbo"
_MODELS = {
# See https://huggingface.co/stabilityai/sdxl-turbo for the model details and license
"stabilityai/sdxl-…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused b…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmagic/issues) and [Discussions](https://github.com/open-mmlab/mmagic/discussions) but cannot get the expected help.
- [X…
-
Hello,
I'm currently researching ways to use lidar to detect legs. I am attempting to train the neural network by converting it in pytorch from the train_neural_network.py(written in tensorflow). I …