ComfyUI/comfy
2024-08-01 09:42:17 -04:00
..
cldm
extra_samplers
k_diffusion Switch to the real cfg++ method in the samplers. 2024-06-29 11:59:48 -04:00
ldm
sd1_tokenizer Initial commit. 2023-01-16 22:37:14 -05:00
t2i_adapter
taesd
text_encoders
checkpoint_pickle.py
cli_args.py
clip_config_bigg.json
clip_model.py
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl_336.json
clip_vision_config_vitl.json
clip_vision.py
conds.py Fix bug with cosxl edit model. 2024-06-10 16:00:03 -04:00
controlnet.py Add SetUnionControlNetType to set the type of the union controlnet model. 2024-07-16 17:04:53 -04:00
diffusers_convert.py Fix saving text encoder in fp8. 2024-04-02 11:46:34 -04:00
diffusers_load.py
gligen.py
latent_formats.py support TAESD3 (#3738) 2024-06-16 02:03:53 -04:00
lora.py
model_base.py
model_detection.py Basic hunyuan dit implementation. (#4102) 2024-07-25 18:21:08 -04:00
model_management.py Mac supports bf16 just make sure you are using the latest pytorch. 2024-08-01 09:42:17 -04:00
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 Lower T5 memory usage by a few hundred MB. 2024-07-31 00:52:34 -04:00
options.py
sample.py
sampler_helpers.py Refactor sampler code for more advanced sampler nodes part 2. 2024-04-04 01:26:41 -04:00
samplers.py
sd1_clip_config.json
sd1_clip.py Lower CLIP memory usage by a bit. 2024-07-31 01:32:35 -04:00
sd.py Refactor: Move sd2_clip.py to text_encoders folder. 2024-07-28 01:19:20 -04:00
sdxl_clip.py
supported_models_base.py Fix issue with sampling_settings persisting across models. 2024-04-09 23:20:43 -04:00
supported_models.py Refactor: Move sd2_clip.py to text_encoders folder. 2024-07-28 01:19:20 -04:00
types.py Fix UnetParams annotation typo (#3589) 2024-05-27 19:30:35 -04:00
utils.py