Git commit
version: stable-diffusion.cpp version master-647-72e512a-3-g1ceb5bd, commit 1ceb5bd
Operating System & Version
Ubuntu 24.04
GGML backends
HIP
Command-line arguments used
#!/bin/bash export HIP_VISIBLE_DEVICES="1" # sd server # prompt: create image of two tabby kittens jumping up to touch a falling red puffy cotton ball. # prompt: create photo realistic image of two tabby kittens jumping up to catch a falling red puffy cotton ball. #export GGML_CUDA_DISABLE_GRAPHS=1 /home/andy/AI/build-stable-diffusion-cpp/stable-diffusion.cpp/build/bin/sd-server --diffusion-model ./modelsEdit/qwen-image-edit-2511-Q8_0.gguf --vae ./modelsEdit/qwen_image_vae.safetensors --llm ./modelsEdit/Qwen2.5-VL-7B-Instruct.Q8_0.gguf --llm_vision ./modelsEdit/Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf --qwen-image-zero-cond-t --diffusion-fa --vae-conv-direct -t 8 -v --cfg-scale 1.5 --steps 8 --listen-ip 192.168.1.2 --listen-port 8001
Steps to reproduce
custom build stable-diffusion.cpp for rocm 7.2.1 on latest main branch
What you expected to happen
built-in web-gui appears
What actually happened
web page shows on only Stable Diffusion Server is running.
Logs / error messages / stack trace
No response
Additional context / environment details
No response
Git commit
version: stable-diffusion.cpp version master-647-72e512a-3-g1ceb5bd, commit 1ceb5bd
Operating System & Version
Ubuntu 24.04
GGML backends
HIP
Command-line arguments used
#!/bin/bash export HIP_VISIBLE_DEVICES="1" # sd server # prompt: create image of two tabby kittens jumping up to touch a falling red puffy cotton ball. # prompt: create photo realistic image of two tabby kittens jumping up to catch a falling red puffy cotton ball. #export GGML_CUDA_DISABLE_GRAPHS=1 /home/andy/AI/build-stable-diffusion-cpp/stable-diffusion.cpp/build/bin/sd-server --diffusion-model ./modelsEdit/qwen-image-edit-2511-Q8_0.gguf --vae ./modelsEdit/qwen_image_vae.safetensors --llm ./modelsEdit/Qwen2.5-VL-7B-Instruct.Q8_0.gguf --llm_vision ./modelsEdit/Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf --qwen-image-zero-cond-t --diffusion-fa --vae-conv-direct -t 8 -v --cfg-scale 1.5 --steps 8 --listen-ip 192.168.1.2 --listen-port 8001
Steps to reproduce
custom build stable-diffusion.cpp for rocm 7.2.1 on latest main branch
What you expected to happen
built-in web-gui appears
What actually happened
web page shows on only Stable Diffusion Server is running.
Logs / error messages / stack trace
No response
Additional context / environment details
No response