Skip to content

Commit

Permalink
Add back all TAESD decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Sep 9, 2024
1 parent 80512f3 commit 02fb3a2
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cu121-megapak/runner-scripts/download-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic/resolve/mai
https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
dir=vae
out=vae-ft-mse-840000-ema-pruned.safetensors
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd_decoder.pth
dir=vae_approx
out=taesd_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth
dir=vae_approx
out=taesdxl_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth
dir=vae_approx
out=taesd3_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taef1_decoder.pth
dir=vae_approx
out=taef1_decoder.pth

# Upscale

Expand Down
12 changes: 12 additions & 0 deletions cu121/scripts/download-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ https://huggingface.co/digiplay/Photon_v1/resolve/main/photon_v1.safetensors
https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
dir=vae
out=vae-ft-mse-840000-ema-pruned.safetensors
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd_decoder.pth
dir=vae_approx
out=taesd_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth
dir=vae_approx
out=taesdxl_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth
dir=vae_approx
out=taesd3_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taef1_decoder.pth
dir=vae_approx
out=taef1_decoder.pth

# Upscale

Expand Down
12 changes: 12 additions & 0 deletions cu124-megapak/runner-scripts/download-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.sa
https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
dir=vae
out=vae-ft-mse-840000-ema-pruned.safetensors
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd_decoder.pth
dir=vae_approx
out=taesd_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth
dir=vae_approx
out=taesdxl_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth
dir=vae_approx
out=taesd3_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taef1_decoder.pth
dir=vae_approx
out=taef1_decoder.pth

# Upscale

Expand Down
12 changes: 12 additions & 0 deletions rocm/runner-scripts/download-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ https://huggingface.co/playgroundai/playground-v2.5-1024px-aesthetic/resolve/mai
https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
dir=vae
out=vae-ft-mse-840000-ema-pruned.safetensors
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd_decoder.pth
dir=vae_approx
out=taesd_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesdxl_decoder.pth
dir=vae_approx
out=taesdxl_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taesd3_decoder.pth
dir=vae_approx
out=taesd3_decoder.pth
https://raw.githubusercontent.com/madebyollin/taesd/main/taef1_decoder.pth
dir=vae_approx
out=taef1_decoder.pth

# Upscale

Expand Down

0 comments on commit 02fb3a2

Please sign in to comment.