Skip to content

taesd and taesdxl support #5

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

Closed
fszontagh opened this issue Feb 6, 2024 · 3 comments
Closed

taesd and taesdxl support #5

fszontagh opened this issue Feb 6, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@fszontagh
Copy link
Owner

No description provided.

@fszontagh fszontagh added the enhancement New feature or request label Feb 6, 2024
@fszontagh fszontagh self-assigned this Feb 6, 2024
@fszontagh
Copy link
Owner Author

@fszontagh
Copy link
Owner Author

sd.cpp only support safetensors TAESD
This safetensors file contains decoder and encoder too
just the encoder/decoder.safetensors is not working...

Related comment from SD.cpp

@fszontagh
Copy link
Owner Author

Some tests:
no Taesd

[INFO ] stable-diffusion.cpp:1292 - generating image: 1/1 - seed 42
[INFO ] stable-diffusion.cpp:1304 - sampling completed, taking 42.59s
[INFO ] stable-diffusion.cpp:1312 - generating 1 latent images completed, taking 42.59s
[INFO ] stable-diffusion.cpp:1314 - decoding 1 latents
[INFO ] stable-diffusion.cpp:1324 - latent 1 decoded, taking 1.09s
[INFO ] stable-diffusion.cpp:1328 - decode_first_stage completed, taking 1.09s
[INFO ] stable-diffusion.cpp:1347 - txt2img completed in 43.92s

with Taesd

[INFO ] stable-diffusion.cpp:1292 - generating image: 1/1 - seed 42
[INFO ] stable-diffusion.cpp:1304 - sampling completed, taking 45.24s
[INFO ] stable-diffusion.cpp:1312 - generating 1 latent images completed, taking 45.24s
[INFO ] stable-diffusion.cpp:1314 - decoding 1 latents
[INFO ] stable-diffusion.cpp:1324 - latent 1 decoded, taking 0.25s
[INFO ] stable-diffusion.cpp:1328 - decode_first_stage completed, taking 0.25s
[INFO ] stable-diffusion.cpp:1347 - txt2img completed in 45.68s

The latent image generation is not relevant :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant