startup loading isssue
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
from sometime my comfyui startup process shows the following:
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:249: FutureWarning: `AutoencoderTinyBlock` is deprecated and will be removed in version 0.29. Importing `AutoencoderTinyBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock`, instead.
deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:254: FutureWarning: `UNetMidBlock2D` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D`, instead.
deprecate("UNetMidBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:259: FutureWarning: `UNetMidBlock2DCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn`, instead.
deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:264: FutureWarning: `UNetMidBlock2DSimpleCrossAttn` is deprecated and will be removed in version 0.29. Importing `UNetMidBlock2DSimpleCrossAttn` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn`, instead.
deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:269: FutureWarning: `AttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D`, instead.
deprecate("AttnDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:274: FutureWarning: `CrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D`, instead.
deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:279: FutureWarning: `DownBlock2D` is deprecated and will be removed in version 0.29. Importing `DownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import DownBlock2D`, instead.
deprecate("DownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:284: FutureWarning: `AttnDownEncoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnDownEncoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D`, instead.
deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:289: FutureWarning: `AttnSkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D`, instead.
deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:294: FutureWarning: `SkipDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D`, instead.
deprecate("SkipDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:299: FutureWarning: `ResnetDownsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetDownsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D`, instead.
deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:304: FutureWarning: `SimpleCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D`, instead.
deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:309: FutureWarning: `KDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KDownBlock2D`, instead.
deprecate("KDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:314: FutureWarning: `KCrossAttnDownBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnDownBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D`, instead.
deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:319: FutureWarning: `AttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D`, instead.
deprecate("AttnUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:324: FutureWarning: `CrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `CrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D`, instead.
deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:329: FutureWarning: `UpBlock2D` is deprecated and will be removed in version 0.29. Importing `UpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpBlock2D`, instead.
deprecate("UpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:334: FutureWarning: `UpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `UpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D`, instead.
deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:339: FutureWarning: `AttnUpDecoderBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnUpDecoderBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D`, instead.
deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:344: FutureWarning: `AttnSkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `AttnSkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D`, instead.
deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:349: FutureWarning: `SkipUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SkipUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D`, instead.
deprecate("SkipUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:354: FutureWarning: `ResnetUpsampleBlock2D` is deprecated and will be removed in version 0.29. Importing `ResnetUpsampleBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D`, instead.
deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:359: FutureWarning: `SimpleCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `SimpleCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D`, instead.
deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:364: FutureWarning: `KUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KUpBlock2D`, instead.
deprecate("KUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:369: FutureWarning: `KCrossAttnUpBlock2D` is deprecated and will be removed in version 0.29. Importing `KCrossAttnUpBlock2D` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D`, instead.
deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
C:\Users\moloc\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\unet_2d_blocks.py:375: FutureWarning: `KAttentionBlock` is deprecated and will be removed in version 0.29. Importing `KAttentionBlock` from `diffusers.models.unet_2d_blocks` is deprecated and this will be removed in a future version. Please use `from diffusers.models.unets.unet_2d_blocks import KAttentionBlock`, instead.
deprecate("KAttentionBlock", "0.29", deprecation_message)
meanwhile im having trouble loading every lora as they show the following error:
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_10_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_11_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_1_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_2_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_3_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_4_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_5_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_6_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_7_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_8_self_attn_v_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc1.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc1.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc1.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc2.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc2.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_mlp_fc2.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_k_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_k_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_k_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_out_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_out_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_out_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_q_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_q_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_q_proj.lora_up.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_v_proj.alpha
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_v_proj.lora_down.weight
lora key not loaded: lora_te_text_model_encoder_layers_9_self_attn_v_proj.lora_up.weight
i believe they are connecting issues. but i am not sure. the lora is not working as expected, and i cant fix it. Please help!
Contributor guide
Assessment
This issue has not been assessed yet.