-
Txt2img Api request sd_xl_base_1.0 error
env:
runpod/stable-diffusion:fast-stable-diffusion-2.4.0
generativelabs/blue-tomato:1.0.0
```JSON
{
"input": {
"api_name": "txt2img",
…
-
Hi! I am wondering what gin files are needed to fine-tune UL2. I tried the following gin file, adapted from https://github.com/google-research/t5x/blob/main/t5x/examples/t5/t5_1_1/examples/small_wmt_f…
-
It seems that mt5/t5 models that have been pre-trained under `bfloat16` don't quite work under fp16 mixed precision and require special handling.
I found a workaround by disabling `autocast` (pytor…
-
```
from fastT5 import export_and_get_onnx_model
from transformers import AutoTokenizer
model_name = 'google/mt5-xl'
saved_model_path = '/content/drive/MyDrive/Colab Notebooks Work/onnx_models/'…
-
像是缺失了文件
Unrecognized model in D:\LIUGEGE\ComfyUI\models\Joy_caption_alpha\text_model. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, a…
-
Hi @patil-suraj your library is really amazing and i would like to contribute. Any tips on how to train say for example in other languages ?
-
Is it possible to use the flan models like https://huggingface.co/google/flan-t5-base ?
-
Following what was done by @ChainYo in Transformers, in the [ONNXConfig: Add a configuration for all available models](https://github.com/huggingface/transformers/issues/16308) issue, the idea is to a…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** ValueError
- **Exception Message:** Unrecognized model in E:\comfyui-auto\models\Joy_caption_two\te…
-
Hallo, I have MT5 pretrained model, i am using fastt5 approch to convert the model to onnx. The convestion of the model works fine. But when creating the decoder_sess at
`decoder_sess = InferenceSes…