| .. |
|
cldm
|
|
|
|
comfy_types
|
Fix custom node type-hinting examples (#6281)
|
2024-12-31 03:41:09 -05:00 |
|
extra_samplers
|
Fix and enforce no trailing whitespace.
|
2024-12-31 03:16:37 -05:00 |
|
k_diffusion
|
Make ancestral samplers more deterministic.
|
2025-01-06 03:04:32 -05:00 |
|
ldm
|
Fix and enforce all ruff W rules.
|
2025-01-01 03:08:33 -05:00 |
|
sd1_tokenizer
|
|
|
|
t2i_adapter
|
|
|
|
taesd
|
|
|
|
text_encoders
|
Add PixArt model support (#6055)
|
2024-12-20 15:25:00 -05:00 |
|
checkpoint_pickle.py
|
|
|
|
cli_args.py
|
Add option to log non-error output to stdout (#6243)
|
2024-12-27 14:40:05 -05:00 |
|
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_siglip_384.json
|
|
|
|
clip_vision.py
|
|
|
|
conds.py
|
|
|
|
controlnet.py
|
Remove some trailing white space.
|
2024-12-27 18:02:30 -05:00 |
|
diffusers_convert.py
|
|
|
|
diffusers_load.py
|
|
|
|
float.py
|
|
|
|
gligen.py
|
|
|
|
hooks.py
|
In inner_sample, change "sigmas" to "sampler_sigmas" in transformer_options to not conflict with the "sigmas" that will overwrite "sigmas" in _calc_cond_batch (#6360)
|
2025-01-06 01:36:47 -05:00 |
|
latent_formats.py
|
Auto reshape 2d to 3d latent for single image generation on video model.
|
2024-12-29 02:26:49 -05:00 |
|
lora_convert.py
|
|
|
|
lora.py
|
|
|
|
model_base.py
|
Fix and enforce no trailing whitespace.
|
2024-12-31 03:16:37 -05:00 |
|
model_detection.py
|
Fix and enforce no trailing whitespace.
|
2024-12-31 03:16:37 -05:00 |
|
model_management.py
|
Remove old unused function.
|
2025-01-04 07:20:54 -05:00 |
|
model_patcher.py
|
Add 'sigmas' to transformer_options so that downstream code can know about the full scope of current sampling run, fix Hook Keyframes' guarantee_steps=1 inconsistent behavior with sampling split across different Sampling nodes/sampling runs by referencing 'sigmas' (#6273)
|
2024-12-30 03:42:49 -05:00 |
|
model_sampling.py
|
|
|
|
ops.py
|
Make fast fp8 take a bit less peak memory.
|
2024-12-24 18:05:19 -05:00 |
|
options.py
|
|
|
|
patcher_extension.py
|
Add ruff rule for empty line with trailing whitespace.
|
2024-12-28 05:23:08 -05:00 |
|
sample.py
|
Auto reshape 2d to 3d latent for single image generation on video model.
|
2024-12-29 02:26:49 -05:00 |
|
sampler_helpers.py
|
Remove some trailing white space.
|
2024-12-27 18:02:30 -05:00 |
|
samplers.py
|
In inner_sample, change "sigmas" to "sampler_sigmas" in transformer_options to not conflict with the "sigmas" that will overwrite "sigmas" in _calc_cond_batch (#6360)
|
2025-01-06 01:36:47 -05:00 |
|
sd1_clip_config.json
|
|
|
|
sd1_clip.py
|
|
|
|
sd.py
|
Improve temporal VAE Encode (Tiled) math.
|
2024-12-26 07:18:49 -05:00 |
|
sdxl_clip.py
|
|
|
|
supported_models_base.py
|
|
|
|
supported_models.py
|
Closer memory estimation for hunyuan dit model.
|
2024-12-27 07:37:00 -05:00 |
|
utils.py
|
Fix temporal tiling for decoder, remove redundant tiles. (#6306)
|
2025-01-01 16:29:01 -05:00 |