ComfyUI/comfy
comfyanonymous 510f3438c1 Speed up fp8 matrix mult by using better code. 2024-08-20 22:53:26 -04:00
..
cldm
extra_samplers
k_diffusion Automatically use RF variant of dpmpp_2s_ancestral if RF model. 2024-08-18 00:47:25 -04:00
ldm
sd1_tokenizer
t2i_adapter Controlnet refactor. 2024-06-27 18:43:11 -04:00
taesd
text_encoders Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
checkpoint_pickle.py
cli_args.py Add --fast argument to enable experimental optimizations. 2024-08-20 11:55:51 -04:00
clip_config_bigg.json
clip_model.py Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
clip_vision.py
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl.json
clip_vision_config_vitl_336.json
conds.py
controlnet.py
diffusers_convert.py
diffusers_load.py
float.py Better subnormal fp8 stochastic rounding. Thanks Ashen. 2024-08-19 13:38:03 -04:00
gligen.py
latent_formats.py
lora.py Simpletrainer lycoris format. 2024-08-20 12:05:13 -04:00
model_base.py Add --fast argument to enable experimental optimizations. 2024-08-20 11:55:51 -04:00
model_detection.py
model_management.py Add --fast argument to enable experimental optimizations. 2024-08-20 11:55:51 -04:00
model_patcher.py Bug fixes. 2024-08-19 16:28:55 -04:00
model_sampling.py
ops.py Speed up fp8 matrix mult by using better code. 2024-08-20 22:53:26 -04:00
options.py
sample.py Reshape the empty latent image to the right amount of channels if needed. 2024-06-08 02:35:08 -04:00
sampler_helpers.py
samplers.py Automatically use RF variant of dpmpp_2s_ancestral if RF model. 2024-08-18 00:47:25 -04:00
sd.py Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
sd1_clip.py Properly set if clip text pooled projection instead of using hack. 2024-08-20 10:46:36 -04:00
sd1_clip_config.json
sdxl_clip.py Properly set if clip text pooled projection instead of using hack. 2024-08-20 10:46:36 -04:00
supported_models.py
supported_models_base.py
types.py
utils.py