You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
comfyanonymous 9ba440995a It's actually possible to torch.compile the unet now. 2 years ago
..
cldm Support base SDXL and SDXL refiner models. 2 years ago
extra_samplers Refactor of sampler code to deal more easily with different model types. 2 years ago
k_diffusion Only calculate randn in some samplers when it's actually being used. 2 years ago
ldm It's actually possible to torch.compile the unet now. 2 years ago
sd1_tokenizer
t2i_adapter
taesd Refactor previews into one command line argument. 2 years ago
checkpoint_pickle.py Remove pytorch_lightning dependency. 2 years ago
cli_args.py Enable --cuda-malloc by default on torch 2.0 and up. 2 years ago
clip_config_bigg.json This is unused but it should be 1280. 2 years ago
clip_vision.py Fix error with ClipVision loader node. 2 years ago
clip_vision_config_h.json
clip_vision_config_vitl.json
diffusers_convert.py Add CheckpointSave node to save checkpoints. 2 years ago
diffusers_load.py Support loading unet files in diffusers format. 2 years ago
gligen.py Disable autocast in unet for increased speed. 2 years ago
latent_formats.py Support SDXL embedding format with 2 CLIP. 2 years ago
model_base.py Add key to indicate checkpoint is v_prediction when saving. 2 years ago
model_detection.py Support loading unet files in diffusers format. 2 years ago
model_management.py Fix device print on old torch version. 2 years ago
ops.py Properly disable weight initialization in clip models. 2 years ago
sample.py Disable autocast in unet for increased speed. 2 years ago
samplers.py Refactor of sampler code to deal more easily with different model types. 2 years ago
sd.py Refactor of sampler code to deal more easily with different model types. 2 years ago
sd1_clip.py Fix CLIPSetLastLayer not reverting when removed. 2 years ago
sd1_clip_config.json
sd2_clip.py Fix CLIPSetLastLayer not reverting when removed. 2 years ago
sd2_clip_config.json
sdxl_clip.py Fix CLIPSetLastLayer not reverting when removed. 2 years ago
supported_models.py Refactor of sampler code to deal more easily with different model types. 2 years ago
supported_models_base.py Refactor of sampler code to deal more easily with different model types. 2 years ago
utils.py Speed up lora loading a bit. 2 years ago