-
代码中textencoder的大概调用是这样的,是否有调用错误?使用的transformers版本为4.25.1
```
text_cn_encoder = ChineseCLIPTextModel.from_pretrained(args.pretrained_text_model_path)
tokenizer_cn = BertTokenizer.from_…
-
It would be extremely helpful to have a node that can concatenate input strings, and also a way to load strings from text files.
![image](https://user-images.githubusercontent.com/8904620/225935378-5…
-
Are there any plans to support LoRA?
If so, I assume the `.safetensors` file will need to be converted with the model?
-
### Checklist
- [ ] 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 by a …
-
**Describe the bug**
Getting the error each time I click "start inpaint/img2img/txt2img" in Krita.
**To Reproduce**
Steps to reproduce the behavior:
1. Insert any settings
2. Click "start inpai…
-
![workflow (17)](https://github.com/kijai/ComfyUI-ELLA-wrapper/assets/128333288/6e35f218-684d-4264-a796-eb6dd75cd9fa)
(workflow attached)
Images are generated normally at 2048x2048 and 1920x2048…
-
The **_"name text_use_bert_cls is not defined"_** error occurs when trying to use explicit texts as mentioned in the 3rd example. The error occurs as the variable is not directly linked to the class …
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/sd-webui-reactor/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updated the e…
-
Hello, I have run the code you provided in Txt2Img with FA_VAE, but I have noticed a discrepancy between the images generated through VAE and the images generated directly from stable diffusion.
-
In this paper (Fig.6) https://arxiv.org/pdf/2010.02502.pdf
they show that it is possible to interpolate sematically the images in latent space.
I tried it with Colab verision of stable diffusion …