ComfyUI/comfy
Silver 4ca3d84277
Support for Chroma - Flux1 Schnell distilled with CFG (#7355)
* Upload files for Chroma Implementation

* Remove trailing whitespace

* trim more trailing whitespace..oops

* remove unused imports

* Add supported_inference_dtypes

* Set min_length to 0 and remove attention_mask=True

* Set min_length to 1

* get_mdulations added from blepping and minor changes

* Add lora conversion if statement in lora.py

* Update supported_models.py

* update model_base.py

* add uptream commits

* set modelType.FLOW, will cause beta scheduler to work properly

* Adjust memory usage factor and remove unnecessary code

* fix mistake

* reduce code duplication

* remove unused imports

* refactor for upstream sync

* sync chroma-support with upstream via syncbranch patch

* Update sd.py

* Add Chroma as option for the OptimalStepsScheduler node
2025-04-30 20:57:00 -04:00
..
cldm
comfy_types Add support for VIDEO as a built-in type (#7844) 2025-04-29 05:58:00 -04:00
extra_samplers
image_encoders
k_diffusion CFG++ for gradient estimation sampler (#7809) 2025-04-28 13:51:35 -04:00
ldm Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
sd1_tokenizer
t2i_adapter
taesd
text_encoders Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
weight_adapter
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_llava.json
clip_vision_config_vitl_336.json
clip_vision_config_vitl.json
clip_vision_siglip_384.json
clip_vision_siglip_512.json
clip_vision.py
conds.py
controlnet.py
diffusers_convert.py
diffusers_load.py
float.py
gligen.py
hooks.py
latent_formats.py
lora_convert.py
lora.py Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
model_base.py Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
model_detection.py Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
model_management.py Per device stream counters for async offload. (#7873) 2025-04-29 20:28:52 -04:00
model_patcher.py Call unpatch_hooks at the start of ModelPatcher.partially_unload (#7253) 2025-03-16 06:02:45 -04:00
model_sampling.py Save v pred zsnr metadata (#7840) 2025-04-28 13:03:21 -04:00
ops.py Make loras work with --async-offload (#7824) 2025-04-26 19:56:22 -04:00
options.py
patcher_extension.py
rmsnorm.py
sample.py
sampler_helpers.py
samplers.py CFG++ for gradient estimation sampler (#7809) 2025-04-28 13:51:35 -04:00
sd1_clip_config.json
sd1_clip.py
sd.py Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
sdxl_clip.py
supported_models_base.py
supported_models.py Support for Chroma - Flux1 Schnell distilled with CFG (#7355) 2025-04-30 20:57:00 -04:00
utils.py