ComfyUI/comfy
comfyanonymous 79f73a4b33 Remove useless code. 2024-01-02 01:50:29 -05:00
..
cldm Add manual cast to controlnet. 2023-12-12 11:32:42 -05:00
extra_samplers
k_diffusion
ldm Remove useless code. 2024-01-02 01:50:29 -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 Add argument to run the VAE on the CPU. 2023-12-30 05:49:07 -05:00
clip_config_bigg.json
clip_model.py Fix clip vision lowvram mode not working. 2023-12-27 13:50:57 -05:00
clip_vision.py Don't resize clip vision image when the size is already good. 2023-12-16 03:06:10 -05:00
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl.json
conds.py
controlnet.py Greatly improve lowvram sampling speed by getting rid of accelerate. 2023-12-22 14:38:45 -05:00
diffusers_convert.py
diffusers_load.py
gligen.py
latent_formats.py
lora.py
model_base.py Greatly improve lowvram sampling speed by getting rid of accelerate. 2023-12-22 14:38:45 -05:00
model_detection.py Support segmind vega model. 2023-12-12 19:09:53 -05:00
model_management.py Add argument to run the VAE on the CPU. 2023-12-30 05:49:07 -05:00
model_patcher.py Use function to calculate model size in model patcher. 2023-12-28 21:46:20 -05:00
model_sampling.py
ops.py Greatly improve lowvram sampling speed by getting rid of accelerate. 2023-12-22 14:38:45 -05:00
options.py
sample.py Support stable zero 123 model. 2023-12-18 03:48:04 -05:00
samplers.py Fix regression with inpaint model. 2023-12-19 02:32:59 -05:00
sd.py Add dtype parameter to VAE object. 2023-12-12 12:03:29 -05:00
sd1_clip.py Switch text encoder to manual cast. 2023-12-10 23:00:54 -05:00
sd1_clip_config.json
sd2_clip.py
sd2_clip_config.json
sdxl_clip.py
supported_models.py Support stable zero 123 model. 2023-12-18 03:48:04 -05:00
supported_models_base.py Use faster manual cast for fp8 in unet. 2023-12-11 18:24:44 -05:00
utils.py