ComfyUI/comfy
comfyanonymous b2f03164c7 Prevent the clip_g position_ids key from being saved in the checkpoint.
This is to make it match the official checkpoint.
2023-07-12 20:15:02 -04:00
..
cldm
extra_samplers
k_diffusion
ldm
sd1_tokenizer
t2i_adapter
taesd
checkpoint_pickle.py
cli_args.py Add arguments to run the VAE in fp16 or bf16 for testing. 2023-07-06 23:23:46 -04:00
clip_config_bigg.json
clip_vision.py
clip_vision_config_h.json
clip_vision_config_vitl.json
diffusers_convert.py
diffusers_load.py
gligen.py
latent_formats.py Support SDXL embedding format with 2 CLIP. 2023-07-10 10:34:59 -04:00
model_base.py
model_detection.py
model_management.py Empty cache after model unloading for normal vram and lower. 2023-07-09 09:56:03 -04:00
ops.py
sample.py
samplers.py Merge branch 'condmask-fix' of https://github.com/vmedea/ComfyUI 2023-07-07 01:52:25 -04:00
sd.py Don't patch weights when multiplier is zero. 2023-07-09 17:46:56 -04:00
sd1_clip.py Fix potential tensors being on different devices issues. 2023-07-12 19:29:27 -04:00
sd1_clip_config.json
sd2_clip.py
sd2_clip_config.json
sdxl_clip.py Support SDXL embedding format with 2 CLIP. 2023-07-10 10:34:59 -04:00
supported_models.py Prevent the clip_g position_ids key from being saved in the checkpoint. 2023-07-12 20:15:02 -04:00
supported_models_base.py
utils.py