-
while creating a unet via mmseg, I found that mmseg would import the unsample funciton:"build_upsample_layer()" from mmcv. Given that the default upsample config is "InterpConv" and it is defined in m…
-
Firstly, thank you for your work on making a clean model for medical image generation
I have problems in trying to insert my 5 channel cell images in the model.
My problem shows:
RuntimeError: …
-
Hello! Your work is excellent! In the process of replicating the experiment, I loaded the pre-training file on google drive, but the loading failed, I want to know how to solve it, thank you!
Traceba…
-
### Describe the bug
diffuers version: 0.27.1
when run StableDiffusionXLControlNetInpaintPipeline.from_single_file, error occur:
```
self.pipe = StableDiffusionXLControlNetInpaintPipe…
-
Traceback (most recent call last):
File "D:/MachineLearning/unet/mmdetection-mini-master/tools/train.py", line 11, in
import mmdet.cv_core
File "D:\MachineLearning\unet\mmdetection-mini-ma…
-
Migrated a utility from Automatic1111 API to Stable Forge API and noticed that existing logic to detect failed all-black image results continues to work in Automatic1111 but not Stable Forge.
Diggi…
-
once i get "you don't have state dict", i can't generate an image with the sd model that is set, even if i complete the state dict, due to "'NoneType' object has no attribute 'sd_checkpoint_info'"
on…
-
Hi,
Thank you for your nice work, when i run the inference code, the following error comes, do you have any idea to solve this problem. Thank you so much.
`Traceback (most recent call last):
…
-
![2024-06-16 09_15_22-Window](https://github.com/silveroxides/sd-webui-enable-xl-clip-skip/assets/3463700/4d63ebd2-5b51-400e-834a-f9fe1fa21801)
import math
from collections import namedtuple
…
-
/DeepCache/sd/unet_2d_condition.py", line 25, in
from diffusers.models.attention_processor import (
ImportError: cannot import name 'ADDED_KV_ATTENTION_PROCESSORS' from 'diffusers.models.attent…