ComfyUI/comfy
comfyanonymous 03ec517afb Remove useless line, adjust windows default reserved vram. 2024-08-21 00:47:19 -04:00
..
cldm
extra_samplers
k_diffusion Automatically use RF variant of dpmpp_2s_ancestral if RF model. 2024-08-18 00:47:25 -04:00
ldm Indentation. 2024-08-17 23:00:44 -04:00
sd1_tokenizer
t2i_adapter
taesd
text_encoders Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
checkpoint_pickle.py
cli_args.py Add --fast argument to enable experimental optimizations. 2024-08-20 11:55:51 -04:00
clip_config_bigg.json
clip_model.py Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
clip_vision.py
clip_vision_config_g.json
clip_vision_config_h.json
clip_vision_config_vitl.json
clip_vision_config_vitl_336.json
conds.py
controlnet.py xlabs Flux controlnet implementation. (#4260) 2024-08-12 21:22:22 -04:00
diffusers_convert.py
diffusers_load.py load_unet -> load_diffusion_model with a model_options argument. 2024-08-12 23:20:57 -04:00
float.py Better subnormal fp8 stochastic rounding. Thanks Ashen. 2024-08-19 13:38:03 -04:00
gligen.py
latent_formats.py Implement support for taef1 latent previews (#4409) 2024-08-16 12:53:13 -04:00
lora.py Simpletrainer lycoris format. 2024-08-20 12:05:13 -04:00
model_base.py Add --fast argument to enable experimental optimizations. 2024-08-20 11:55:51 -04:00
model_detection.py
model_management.py Remove useless line, adjust windows default reserved vram. 2024-08-21 00:47:19 -04:00
model_patcher.py Bug fixes. 2024-08-19 16:28:55 -04:00
model_sampling.py
ops.py Remove useless line, adjust windows default reserved vram. 2024-08-21 00:47:19 -04:00
options.py
sample.py
sampler_helpers.py
samplers.py Automatically use RF variant of dpmpp_2s_ancestral if RF model. 2024-08-18 00:47:25 -04:00
sd.py Support loading long clipl model with the CLIP loader node. 2024-08-20 10:46:36 -04:00
sd1_clip.py Properly set if clip text pooled projection instead of using hack. 2024-08-20 10:46:36 -04:00
sd1_clip_config.json
sdxl_clip.py Properly set if clip text pooled projection instead of using hack. 2024-08-20 10:46:36 -04:00
supported_models.py Try to fix SDXL OOM issue on some configurations. 2024-08-14 23:08:54 -04:00
supported_models_base.py
types.py
utils.py