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 c20583286f Support diffuser text encoder loras. 2 years ago
..
cldm Remove some useless code. 2 years ago
extra_samplers Refactor of sampler code to deal more easily with different model types. 2 years ago
k_diffusion Remove unused code and torchdiffeq dependency. 2 years ago
ldm Remove some useless code. 2 years ago
sd1_tokenizer
t2i_adapter Make t2i adapter work with any latent resolution. 2 years ago
taesd Refactor previews into one command line argument. 2 years ago
checkpoint_pickle.py Remove pytorch_lightning dependency. 2 years ago
cli_args.py Add argument to disable auto launching the browser. 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 Fix diffusers VAE loading. 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 Initialize the unet directly on the target device. 2 years ago
model_detection.py Support controlnet in diffusers format. 2 years ago
model_management.py Add CMP 30HX card to the nvidia_16_series list. 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 Disable calculating uncond when CFG is 1.0 2 years ago
sd.py Support diffuser text encoder loras. 2 years ago
sd1_clip.py Make sure the pooled output stays at the EOS token with added embeddings. 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 Initialize the unet directly on the target device. 2 years ago
supported_models_base.py Initialize the unet directly on the target device. 2 years ago
utils.py Properly support SDXL diffusers unet with UNETLoader node. 2 years ago