Text-to-Image
Diffusers
PyTorch
Safetensors
IFPipeline
if

You are loading your model in 8bit or 4bit but no linear modules were found in your model.

#26
by cynthiavandamme - opened

I get this error when running the Google
colab :

You are loading your model in 8bit or 4bit but no linear modules were found in your model. Please double check your model architecture, or submit an issue on github if you think this is a bug.

RuntimeError Traceback (most recent call last)
in <cell line: 3>()
1 from transformers import T5EncoderModel
2
----> 3 text_encoder = T5EncoderModel.from_pretrained(
4 "DeepFloyd/IF-I-XL-v1.0",
5 subfolder="text_encoder",

How can I fix this?

I got the same issue.

havent got a clue

Sign up or log in to comment