ComfyUI/comfy
comfyanonymous cf4418b806 Don't treat Bert model like CLIP.
Bert can accept up to 512 tokens so any prompt with more than 77 should
just be passed to it as is instead of splitting it up like CLIP.
2024-07-26 13:08:12 -04:00
..
cldm "auto" type is only relevant to the SetUnionControlNetType node. 2024-07-22 11:30:38 -04:00
extra_samplers
k_diffusion
ldm Let hunyuan dit work with all prompt lengths. 2024-07-26 12:11:32 -04:00
sd1_tokenizer
t2i_adapter
taesd Improvements to the TAESD3 implementation. 2024-06-16 02:04:24 -04:00
text_encoders Don't treat Bert model like CLIP. 2024-07-26 13:08:12 -04:00
checkpoint_pickle.py
cli_args.py Make default hash lib configurable without code changes via CLI argument (#3947) 2024-07-16 18:27:09 -04:00
clip_config_bigg.json
clip_model.py
clip_vision.py support clip-vit-large-patch14-336 (#4042) 2024-07-17 13:12:50 -04:00
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl.json
clip_vision_config_vitl_336.json support clip-vit-large-patch14-336 (#4042) 2024-07-17 13:12:50 -04:00
conds.py
controlnet.py Add SetUnionControlNetType to set the type of the union controlnet model. 2024-07-16 17:04:53 -04:00
diffusers_convert.py
diffusers_load.py
gligen.py
latent_formats.py
lora.py Hunyuan DiT lora support. 2024-07-25 22:42:54 -04:00
model_base.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
model_detection.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
model_management.py
model_patcher.py Add sampler_pre_cfg_function (#3979) 2024-07-09 16:20:49 -04:00
model_sampling.py Allow model sampling to set number of timesteps. 2024-07-16 15:18:40 -04:00
ops.py
options.py
sample.py
sampler_helpers.py
samplers.py Only append zero to noise schedule if last sigma isn't zero. 2024-07-20 12:37:30 -04:00
sd.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
sd1_clip.py Let tokenizers return weights to be stored in the saved checkpoint. 2024-07-25 10:52:09 -04:00
sd1_clip_config.json
sd2_clip.py Make it possible to load tokenizer data from checkpoints. 2024-07-24 16:43:53 -04:00
sd2_clip_config.json
sdxl_clip.py Let tokenizers return weights to be stored in the saved checkpoint. 2024-07-25 10:52:09 -04:00
supported_models.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
supported_models_base.py
types.py
utils.py Support AuraFlow Lora and loading model weights in diffusers format. 2024-07-13 13:51:40 -04:00