-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Git commit
git rev-parse HEAD
6103d86
Operating System & Version
Windows 11
GGML backends
HIP
Command-line arguments used
-M img_gen -t 6 -m "uncannyValley_Noob3dV3.safetensors" --vae "sdxl_vae.safetensors" --taesd "diffusion_pytorch_model.safetensors" -i "20200817145326_1.jpg" -o image.png -p "masterpiece, best quality, amazing quality, very aesthetic, absurdres, 1girl, long hair, photoshop (medium), glowing, blue theme, dark, waterfall, cave" -n "" --cfg-scale 1 --scheduler gits --sampling-method euler_a --steps 12 --strength 0.35 -H 768 -W 1344 --seed 42 -b 1 --clip-skip 2 --canny --color
Steps to reproduce
Ran ti2i over different builds of sd.cpp using joytag generated prompts
Older build: compiled 2025.09.16
Newer build: 6103d86
What you expected to happen
What actually happened
Logs / error messages / stack trace
No response
Additional context / environment details
GPU: 7900 XT; gfx1100
I build using this script:
set CC=%HIP_PATH%\bin\clang.exe
set CXX=%HIP_PATH%\bin\clang++.exe
set PATH=%HIP_PATH%\bin;%PATH%
cmake .. -G "Ninja" -DGGML_OPENMP=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx1100
cmake --build . --config Release
xcopy "%HIP_PATH%\bin\hipblas.dll" "bin\hipblas.dll*" /Y
xcopy "%HIP_PATH%\bin\rocblas.dll" "bin\rocblas.dll*" /Y
Robocopy "%HIP_PATH%\bin\rocblas" bin/rocblas /MIR
pauseMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


