-
### Describe the bug
发生异常: ValueError
Pipeline expected {'tokenizer', 'text_encoder', 'unet', 'vae', 'feature_extractor', 'safety_checker', 'scheduler'}, but only {'tokenizer', 'text_encoder', 'une…
-
My forge is crashing on what seems to be model loading. I get this in my cmd logs:
```
venv "C:\Forge\stable-diffusion-webui-forge\venv\Scripts\Python.exe"
Python 3.10.11 (tags/v3.10.11:7d4cc5a,…
-
### System Info
```Shell
- `Accelerate` version: 0.34.0
- Platform: Linux-5.15.0-117-generic-x86_64-with-glibc2.17
- `accelerate` bash location: /home/miao/anaconda3/envs/train/bin/accelerate
- Py…
-
Hi,I have this problem, can you help me?
Traceback (most recent call last):
File "c:/Users/Hong/PycharmProjects/Pytorch-UNet-master/train.py", line 207, in
train_net(net=net,
File "c:/U…
-
I tried using this, and I failed on knowing what to download and how to configure the program.
As described in the README, I used `Unet Loader (GGUF)` to load https://huggingface.co/city96/FLUX.1-s…
-
Hello,
I have a custom datasets of jpgs of a small size (38x47 to be precise).
Is it possible to adjust the network to infer the edges for these images?
If I run without any modifications …
-
**Describe the bug**
After the stablediffusion model got downloaded, it is unable to be loaded by pytorch.
**Error**
> Unable to load weights from pytorch checkpoint file for '[...]/.cache\hugg…
tr7zw updated
2 years ago
-
Hi, I would like to test your model.
but I can't find pre-trained UNet model.
It seems that Unet weights is used in your code in Pytorch-Style2paints/test.py (maybe 25_Unet_checkpoint.pth.tar). Coul…
-
Hi @chao-ji ,
I was trying to convert the model from [pretrained txt2img model](https://ommer-lab.com/files/latent-diffusion/text2img.zip), but it seems that some shapes are different. I was able t…
-
I want use PNASNet5Large as encoder for my Unet here is my wrong aproach for the PNASNet5Large but working for resnet:
class UNetResNet(nn.Module):
def __init__(self, encoder_depth, num_cl…