ComfyUI/comfy
2024-02-02 10:02:49 -05:00
..
cldm Add manual cast to controlnet. 2023-12-12 11:32:42 -05:00
extra_samplers
k_diffusion
ldm Remove some unused imports. 2024-01-25 23:42:37 -05:00
sd1_tokenizer
t2i_adapter
taesd Fix taesd VAE in lowvram mode. 2023-12-26 12:52:21 -05:00
checkpoint_pickle.py
cli_args.py Make server storage the default. 2024-01-11 17:21:40 -05:00
clip_config_bigg.json
clip_model.py Update optimized_attention_for_device function for new functions that 2024-01-07 13:52:08 -05:00
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl.json
clip_vision.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
conds.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
controlnet.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
diffusers_convert.py
diffusers_load.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
gligen.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
latent_formats.py
lora.py
model_base.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
model_detection.py
model_management.py Always use fp16 for the text encoders. 2024-02-02 10:02:49 -05:00
model_patcher.py Fix model patches not working in custom sampling scheduler nodes. 2024-01-03 12:16:30 -05:00
model_sampling.py
ops.py Remove useless import. 2024-01-19 15:38:05 -05:00
options.py
sample.py Don't round noise mask. 2024-01-11 03:29:58 -05:00
samplers.py Remove some unused imports. 2024-01-25 23:42:37 -05:00
sd1_clip_config.json
sd1_clip.py Cleanup some unused imports. 2024-01-21 21:51:22 -05:00
sd2_clip_config.json
sd2_clip.py Cleaner CLIP text encoder implementation. 2023-12-06 23:50:03 -05:00
sd.py Put VAE key name in model config. 2024-01-30 02:24:38 -05:00
sdxl_clip.py Cleaner CLIP text encoder implementation. 2023-12-06 23:50:03 -05:00
supported_models_base.py Put VAE key name in model config. 2024-01-30 02:24:38 -05:00
supported_models.py Implement noise augmentation for SD 4X upscale model. 2024-01-03 14:27:11 -05:00
utils.py