-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault for 3.5-large-turbo #449
Comments
This look oddly similar to this #442 (comment). |
OK, I'll try to do it soon |
No. I couldn't run your model. I also tried to run the model from ND911 https://huggingface.co/ND911/stable-diffusion-3.5-large-Turbo-GGUF/blob/main/sd3.5_large_turbo-Q4_0.gguf and also did not start |
That's odd, I couldn't run City96's quant either, but I tested all of mines at least 3 times each.... |
You have to specify t5xxl, clip_l and clip_g |
Why, if the model itself has its own clip and there is no need to add t5xxl? |
If so, where can I download them? |
I don't think my laptop can do this. I only have 8GB of RAM. |
@DanaNikifor It should be fine, both models don't need to be in memory at the same time. |
Danilka-Netbook:/mnt/e/Models$ ./sd -m sd3.5_large_turbo.safetensors --steps 1 -p "masterpiece, best quality, 1girl, aqu Why? |
You have to specify t5xxl, clip_l and clip_g Take a look at #445 |
Danilka-Netbook:/mnt/e/stable-diffusion.cpp/build/bin$ ./sd -m ../../../Models/sd3.5_large_turbo.safetensors --clip_l . |
Are you running a 32bit system? |
try using '--diffusion-model' instead of '-m' on your commandline if using a gguf quant of model also if using quants, make sure you have a vae somewhere. the two above cured my segmentation fault at that point... which was line 277/278 in current sd.cpp |
Danilka-Netbook:/mnt/e/stable-diffusion.cpp/build/bin$ ./sd -m /mnt/e/Models/sd3.5_large_turbo-Q4_0.gguf --cfg-scale 1 -
-steps 1 -p "masterpiece, best quality, 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green backg
round, hat, hoop earrings, jewellery, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow
shirt" -n "low quality, logo on cap" -v
Option:
n_threads: 4
mode: txt2img
model_path: /mnt/e/Models/sd3.5_large_turbo-Q4_0.gguf
wtype: unspecified
clip_l_path:
clip_g_path:
t5xxl_path:
diffusion_model_path:
vae_path:
taesd_path:
esrgan_path:
controlnet_path:
embeddings_path:
stacked_id_embeddings_path:
input_id_images_path:
style ratio: 20.00
normalize input image : false
output_path: output.png
init_img:
control_image:
clip on cpu: false
controlnet cpu: false
vae decoder on cpu:false
strength(control): 0.90
prompt: masterpiece, best quality, 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewellery, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt
negative_prompt: low quality, logo on cap
min_cfg: 1.00
cfg_scale: 1.00
guidance: 3.50
clip_skip: -1
width: 512
height: 512
sample_method: euler_a
schedule: default
sample_steps: 1
strength(img2img): 0.75
rng: cuda
seed: 42
batch_count: 1
vae_tiling: false
upscale_repeats: 1
System Info:
BLAS = 0
SSE3 = 1
AVX = 0
AVX2 = 0
AVX512 = 0
AVX512_VBMI = 0
AVX512_VNNI = 0
FMA = 0
NEON = 0
ARM_FMA = 0
F16C = 0
FP16_VA = 0
WASM_SIMD = 0
VSX = 0
[DEBUG] stable-diffusion.cpp:182 - Using CPU backend
[INFO ] stable-diffusion.cpp:197 - loading model from '/mnt/e/Models/sd3.5_large_turbo-Q4_0.gguf'
[INFO ] model.cpp:801 - load /mnt/e/Models/sd3.5_large_turbo-Q4_0.gguf using gguf format
[DEBUG] model.cpp:818 - init from '/mnt/e/Models/sd3.5_large_turbo-Q4_0.gguf'
[INFO ] stable-diffusion.cpp:244 - Version: SD3.5 8B
[INFO ] stable-diffusion.cpp:275 - Weight type: q4_0
Segmentation fault
Help fix it, pls
The text was updated successfully, but these errors were encountered: