-
### Describe the bug
I have tested PixArt-Sigma with following code, where I load text_encoder separately since I will fine-tune it in later. I found `T5EncoderModel.from_pretrained(torch_dtype=tor…
-
As the title says, Loras trained with Diffusers' scripts can't be loaded with stock Lora Loader
![imagen](https://github.com/comfyanonymous/ComfyUI/assets/23042093/abb6379d-0b46-47ae-8fa5-0a7342fa1…
-
After I finetuned a pretrained model on my custom data, I tried to eval it.
My code is as below
```
from neuspell.seq_modeling.helpers import load_data, train_validation_split
from neuspell.se…
-
hello.After I imported requirement.txt and setup.py, the following problems occurred when running train. Could you please answer them? Thank you
Traceback (most recent call last):
File "F:\MTR-mas…
-
I try to use TUPE in the NMT encoder, but got loss exploding error. Does it need some fix for TUPE to use in NMT?
the error is like:
```
2021-01-02 14:08:12 | INFO | train_inner | epoch 001: 1211…
-
在训练一开始加载512-inpainting-ema.ckpt时,发现pertrained weight和model很多权重没有成功加载。请问这个是正常的吗?
```
Restored from ./checkpoints/pretrained/512-inpainting-ema.ckpt with 508 missing and 420 unexpected keys
Missing…
kxqt updated
7 months ago
-
### Describe the issue
I have a transformer model from which I'm exporting all the modules (i.e. source embedding, positional encoding, encoder, decoder, projection layer etc) separately to onnx. For…
-
Hi, I use the trtexec cmd tool to generate a plan trt model, Can I load it by TensorRT Loader node?
```
/usr/src/tensorrt/bin/trtexec --builderOptimizationLevel=4 --stronglyTyped --onnx=./backbone.o…
-
### Describe the bug
I'm receiving an error trying to use the `diffusers` module to run the `flux` model.
> ValueError: Cannot instantiate this tokenizer from a slow version. If it's based on sent…
-
```
RuntimeError: Error(s) in loading state_dict for LoRANetwork:
Missing key(s) in state_dict: "lora_te_text_model_encoder_layers_0_self_attn_k_proj.alpha",
"lora_te_text_model_encoder_layers_0_…