Expand description
Add additional resources to preset::Preset
Functionsยง
- hybrid_
taesd - Apply https://huggingface.co/cqyan/hybrid-sd-tinyvae taesd autoencoder for faster decoding (SD v1/v2)
- hybrid_
taesd_ xl - Apply https://huggingface.co/cqyan/hybrid-sd-tinyvae-xl taesd autoencoder for faster decoding (SDXL)
- lcm_
lora_ sd_ 1_ 5 - Apply https://huggingface.co/latent-consistency/lcm-lora-sdv1-5 to reduce inference steps for SD v1 between 2-8 cfg_scale 1. 4 steps.
- lcm_
lora_ sdxl_ base_ 1_ 0 - Apply https://huggingface.co/latent-consistency/lcm-lora-sdxl to reduce inference steps for SD v1 between 2-8 (default 8) Enabled SampleMethod::LCM. cfg_scale 2. 8 steps.
- real_
esrgan_ x4plus_ anime_ 6_ b - Add the https://huggingface.co/ximso/RealESRGAN_x4plus_anime_6B upscaler
- sdxl_
vae_ fp16_ fix - Apply https://huggingface.co/madebyollin/sdxl-vae-fp16-fix to avoid black images with xl models
- t5xxl_
fp8_ flux_ 1 - Apply https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp8_e4m3fn.safetensors Fp8 t5xxl text encoder to reduce memory usage
- t5xxl_
fp16_ flux_ 1 - Apply https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp16.safetensors Default for flux_1_dev/schnell
- t5xxl_
q2_ k_ flux_ 1 - Apply https://huggingface.co/Green-Sky/flux.1-schnell-GGUF/blob/main/t5xxl_q2_k.gguf
- t5xxl_
q3_ k_ flux_ 1 - Apply https://huggingface.co/Green-Sky/flux.1-schnell-GGUF/blob/main/t5xxl_q3_k.gguf
- t5xxl_
q4_ k_ flux_ 1 - Apply https://huggingface.co/Green-Sky/flux.1-schnell-GGUF/blob/main/t5xxl_q4_k.gguf Default for flux_1_mini
- t5xxl_
q8_ 0_ flux_ 1 - Apply https://huggingface.co/Green-Sky/flux.1-schnell-GGUF/blob/main/t5xxl_q8_0.gguf
- taesd
- Apply https://huggingface.co/madebyollin/taesd taesd autoencoder for faster decoding (SD v1/v2)
- taesd_
xl - Apply https://huggingface.co/madebyollin/taesdxl taesd autoencoder for faster decoding (SDXL)