-
Notifications
You must be signed in to change notification settings - Fork 457
Description
Git commit
Operating System & Version
Ubuntu 24.04
GGML backends
CUDA
Command-line arguments used
./build/bin/sd --diffusion-model models/z_image_turbo-Q4_K_M.gguf --vae models/ae-f16.safetensors --llm models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf -p "a cute puppy" --cfg-scale 1.0 -v --offload-to-cpu --diffusion-fa -H 1024 -W 512
Steps to reproduce
Built latest version from git by following instructions for CUDA. Ran command from z-Image page with different prompt.
What you expected to happen
Image should have been generated.
What actually happened
Crashed with segmentation fault.
Logs / error messages / stack trace
System Info:
SSE3 = 1 | AVX = 1 | AVX2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | FMA = 1 | NEON = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | VSX = 0 | SDCliParams {
mode: img_gen,
output_path: "output.png",
verbose: true,
color: false,
canny_preprocess: false,
preview_method: none,
preview_interval: 1,
preview_path: "preview.png",
preview_fps: 16,
taesd_preview: false,
preview_noisy: false
}
SDContextParams {
n_threads: 12,
model_path: "",
clip_l_path: "",
clip_g_path: "",
clip_vision_path: "",
t5xxl_path: "",
llm_path: "/home/nk/stuff/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf",
llm_vision_path: "",
diffusion_model_path: "/home/nk/stuff/models/z_image_turbo-Q4_K_M.gguf",
high_noise_diffusion_model_path: "",
vae_path: "/home/nk/stuff/models/ae-f16.safetensors",
taesd_path: "",
esrgan_path: "",
control_net_path: "",
embedding_dir: "",
wtype: NONE,
tensor_type_rules: "",
lora_model_dir: "",
photo_maker_path: "",
rng_type: cuda,
sampler_rng_type: NONE,
flow_shift: INF
offload_params_to_cpu: true,
control_net_cpu: false,
clip_on_cpu: false,
vae_on_cpu: false,
diffusion_flash_attn: true,
diffusion_conv_direct: false,
vae_conv_direct: false,
chroma_use_dit_mask: true,
chroma_use_t5_mask: false,
chroma_t5_mask_pad: 1,
prediction: default,
lora_apply_mode: auto,
vae_tiling_params: { 0, 0, 0, 0.5, 0, 0 },
force_sdxl_vae_conv_scale: false
}
SDGenerationParams {
prompt: "a cute puppy",
negative_prompt: "",
clip_skip: -1,
width: 512,
height: 1024,
batch_count: 1,
init_image_path: "",
end_image_path: "",
mask_image_path: "",
control_image_path: "",
ref_image_paths: [],
control_video_path: "",
auto_resize_ref_image: true,
increase_ref_index: false,
pm_id_images_dir: "",
pm_id_embed_path: "",
pm_style_strength: 20,
skip_layers: [7, 8, 9],
sample_params: (txt_cfg: 1.00, img_cfg: 1.00, distilled_guidance: 3.50, slg.layer_count: 3, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: NONE, sample_method: NONE, sample_steps: 20, eta: 0.00, shifted_timestep: 0),
high_noise_skip_layers: [7, 8, 9],
high_noise_sample_params: (txt_cfg: 7.00, img_cfg: 7.00, distilled_guidance: 3.50, slg.layer_count: 3, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: NONE, sample_method: NONE, sample_steps: 20, eta: 0.00, shifted_timestep: 0),
easycache_option: "",
easycache: disabled (threshold=0, start=0, end=0),
moe_boundary: 0.875,
video_frames: 1,
fps: 16,
vace_strength: 1,
strength: 0.75,
control_strength: 0.9,
seed: 42,
upscale_repeats: 1,
}
[DEBUG] stable-diffusion.cpp:159 - Using CUDA backend
[INFO ] ggml_extend.hpp:69 - ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
[INFO ] ggml_extend.hpp:69 - ggml_cuda_init: GGML_CUDA_FORCE_CUBLAS: no
[INFO ] ggml_extend.hpp:69 - ggml_cuda_init: found 1 CUDA devices:
[INFO ] ggml_extend.hpp:69 - Device 0: NVIDIA GeForce RTX 5060 Ti, compute capability 12.0, VMM: yes
[INFO ] stable-diffusion.cpp:234 - loading diffusion model from '/home/nk/stuff/models/z_image_turbo-Q4_K_M.gguf'
[INFO ] model.cpp:382 - load /home/nk/stuff/models/z_image_turbo-Q4_K_M.gguf using gguf format
[DEBUG] model.cpp:424 - init from '/home/nk/stuff/models/z_image_turbo-Q4_K_M.gguf'
[INFO ] stable-diffusion.cpp:281 - loading llm from '/home/nk/stuff/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf'
[INFO ] model.cpp:382 - load /home/nk/stuff/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf using gguf format
[DEBUG] model.cpp:424 - init from '/home/nk/stuff/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf'
[INFO ] stable-diffusion.cpp:295 - loading vae from '/home/nk/stuff/models/ae-f16.safetensors'
[WARN ] model.cpp:391 - unknown format /home/nk/stuff/models/ae-f16.safetensors
[WARN ] stable-diffusion.cpp:297 - loading vae from '/home/nk/stuff/models/ae-f16.safetensors' failed
[INFO ] stable-diffusion.cpp:318 - Version: Z-Image
[INFO ] stable-diffusion.cpp:346 - Weight type stat: f32: 390 | q4_K: 336 | q5_K: 30 | q6_K: 67 | bf16: 28
[INFO ] stable-diffusion.cpp:347 - Conditioner weight type stat: f32: 145 | q4_K: 216 | q6_K: 37
[INFO ] stable-diffusion.cpp:348 - Diffusion model weight type stat: f32: 245 | q4_K: 120 | q5_K: 30 | q6_K: 30 | bf16: 28
[INFO ] stable-diffusion.cpp:349 - VAE weight type stat:
[DEBUG] stable-diffusion.cpp:351 - ggml tensor size = 400 bytes
[DEBUG] llm.hpp:285 - merges size 151387
[DEBUG] llm.hpp:317 - vocab size: 151665
[INFO ] stable-diffusion.cpp:535 - Using flash attention in the diffusion model
[DEBUG] ggml_extend.hpp:1873 - qwen3 params backend buffer size = 3555.38 MB(RAM) (398 tensors)
[DEBUG] ggml_extend.hpp:1873 - z_image params backend buffer size = 4752.20 MB(RAM) (453 tensors)
[DEBUG] ggml_extend.hpp:1873 - vae params backend buffer size = 94.57 MB(RAM) (138 tensors)
[DEBUG] stable-diffusion.cpp:683 - loading weights
[DEBUG] model.cpp:1363 - using 12 threads for model loading
[DEBUG] model.cpp:1385 - loading tensors from /home/nk/stuff/models/z_image_turbo-Q4_K_M.gguf
|==========================> | 453/851 - 1126.87it/s
[DEBUG] model.cpp:1385 - loading tensors from /home/nk/stuff/models/Qwen3-4B-Instruct-2507-Q4_K_M.gguf
|==================================================| 851/851 - 655.12it/s
[INFO ] model.cpp:1588 - loading tensors completed, taking 1.30s (process: 0.00s, read: 0.54s, memcpy: 0.00s, convert: 0.06s, copy_to_backend: 0.00s)
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.conv_in.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.conv_in.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.conv_out.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.conv_out.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.k.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.k.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.norm.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.norm.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.proj_out.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.proj_out.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.q.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.q.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.v.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.attn_1.v.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_1.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.mid.block_2.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.norm_out.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.norm_out.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.nin_shortcut.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.nin_shortcut.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.0.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.1.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.0.block.2.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.nin_shortcut.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.nin_shortcut.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.0.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.1.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.block.2.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.upsample.conv.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.1.upsample.conv.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.0.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.1.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.block.2.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.upsample.conv.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.2.upsample.conv.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.0.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.1.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.conv1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.conv1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.conv2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.conv2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.norm1.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.norm1.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.norm2.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.block.2.norm2.weight' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.upsample.conv.bias' not in model file
[ERROR] model.cpp:1661 - tensor 'first_stage_model.decoder.up.3.upsample.conv.weight' not in model file
[ERROR] stable-diffusion.cpp:705 - load tensors from model loader failed
new_sd_ctx_t failed
Additional context / environment details
No response