Skip to content

[Bug] TAESD Bug #934

@lastrosade

Description

@lastrosade

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

Using this image:
Image

What you expected to happen

The older build yields:
Image

What actually happened

The newer build yields:
Image

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

pause

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions