ComfyUI/comfy
comfyanonymous 69df7eba94 Add KSamplerAdvanced node.
This node exposes more sampling options and makes it possible for example
to sample the first few steps on the latent image, do some operations on it
 and then do the rest of the sampling steps. This can be achieved using the
start_at_step and end_at_step options.
2023-01-31 03:09:38 -05:00
..
k_diffusion Initial commit. 2023-01-16 22:37:14 -05:00
ldm Run softmax in place if it OOMs. 2023-01-30 19:55:01 -05:00
sd1_tokenizer Initial commit. 2023-01-16 22:37:14 -05:00
samplers.py Add KSamplerAdvanced node. 2023-01-31 03:09:38 -05:00
sd1_clip_config.json Initial commit. 2023-01-16 22:37:14 -05:00
sd1_clip.py Add support for textual inversion embedding for SD1.x CLIP. 2023-01-29 18:46:44 -05:00
sd2_clip.py Initial commit. 2023-01-16 22:37:14 -05:00
sd.py Add support for textual inversion embedding for SD1.x CLIP. 2023-01-29 18:46:44 -05:00