-
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…
-
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…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
### Are you using the latest version of …
-
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-…
-
### Describe the bug
`StableDiffusionPipeline` produces `nans` for SD2.1.
![CleanShot 2023-12-11 at 14 27 56@2x](https://github.com/huggingface/diffusers/assets/40663591/112c80e5-7e62-4e40-a0df-48…
-
### 🐛 Describe the bug
Since PyTorch 2.5.0, there is a massive (more than 10x) performance regression when using `BatchNorm2d` with `torch.compile` set to `reduce-overhead` and `DistributedDataPara…
-
各位大神好,我分别用4090和A100 (40G版)运行这个项目,都遇到同样的报错,说是显存不够:
`text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `text_config["id2label"]` will be overriden.
`text_confi…
-
I made this post a month ago:
https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1140
the problem is still present, so I cannot work with forge
I add the log: is it due to the me…
-
I am running training on a dataset of immunofluorescence images of cells in which the segmentation masks have 3 values for pixel intensities in the masks (0, 128, 255). 0 being background, 128 nuclei,…