16 Commits (f7a5107784cded39f92a4bb7553507575e78edbe)

Author SHA1 Message Date
Dr.Lt.Data df7db0e027
support TAESD3 (#3738) 8 months ago
comfyanonymous 04b308229e Small refactor of preview code. 9 months ago
comfyanonymous 58c9838274 Speed up TAESD preview. 9 months ago
comfyanonymous 6c23854f54 Fix OSX latent2rgb previews. 9 months ago
comfyanonymous 4ae1515f14 Slightly faster latent2rgb previews. 9 months ago
comfyanonymous f37a47110b Make --preview-method auto default to the fast latent2rgb previews. 9 months ago
comfyanonymous 03f4cfb7cd Replace more prints with logging. 12 months ago
comfyanonymous cd4fc77d5f Add taesd and taesdxl to VAELoader node.
They will show up if both the taesd_encoder and taesd_decoder or taesdxl
model files are present in the models/vae_approx directory.
1 year ago
Jedrzej Kosinski 41b07ff8d7 Fix TAESD preview to only decode first latent, instead of all 1 year ago
Yukimasa Funaoka 9eb621c95a
Supports TAESD models in safetensors format 1 year ago
comfyanonymous bf3fc2f1b7 Refactor sampling related code. 1 year ago
comfyanonymous 61b1f67734 Support models without previews. 1 year ago
comfyanonymous ccb6b70de1 Move image encoding outside of sampling loop for better preview perf. 2 years ago
Dr.Lt.Data 9caab9380d
fix: Image.ANTIALIAS is no longer available. (#847)
* modify deprecated api call

* prevent breaking old Pillow users

* change LANCZOS to BILINEAR
2 years ago
comfyanonymous cef6aa62b2 Add support for TAESD decoder for SDXL. 2 years ago
comfyanonymous a3a713b6c5 Refactor previews into one command line argument.
Clean up a few things.
2 years ago