mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
* Add Kandinsky5 model support lite and pro T2V tested to work * Update kandinsky5.py * Fix fp8 * Fix fp8_scaled text encoder * Add transformer_options for attention * Code cleanup, optimizations, use fp32 for all layers originally at fp32 * ImageToVideo -node * Fix I2V, add necessary latent post process nodes * Support text to image model * Support block replace patches (SLG mostly) * Support official LoRAs * Don't scale RoPE for lite model as that just doesn't work... * Update supported_models.py * Rever RoPE scaling to simpler one * Fix typo * Handle latent dim difference for image model in the VAE instead * Add node to use different prompts for clip_l and qwen25_7b * Reduce peak VRAM usage a bit * Further reduce peak VRAM consumption by chunking ffn * Update chunking * Update memory_usage_factor * Code cleanup, don't force the fp32 layers as it has minimal effect * Allow for stronger changes with first frames normalization Default values are too weak for any meaningful changes, these should probably be exposed as advanced node options when that's available. * Add image model's own chat template, remove unused image2video template * Remove hard error in ReplaceVideoLatentFrames -node * Update kandinsky5.py * Update supported_models.py * Fix typos in prompt template They were now fixed in the original repository as well * Update ReplaceVideoLatentFrames Add tooltips Make source optional Better handle negative index * Rename NormalizeVideoLatentFrames -node For bit better clarity what it does * Fix NormalizeVideoLatentStart node out on non-op |
||
|---|---|---|
| .. | ||
| ace_lyrics_tokenizer | ||
| byt5_tokenizer | ||
| hydit_clip_tokenizer | ||
| llama_tokenizer | ||
| qwen25_tokenizer | ||
| t5_pile_tokenizer | ||
| t5_tokenizer | ||
| ace_text_cleaners.py | ||
| ace.py | ||
| aura_t5.py | ||
| bert.py | ||
| byt5_config_small_glyph.json | ||
| cosmos.py | ||
| flux.py | ||
| genmo.py | ||
| hidream.py | ||
| hunyuan_image.py | ||
| hunyuan_video.py | ||
| hydit_clip.json | ||
| hydit.py | ||
| kandinsky5.py | ||
| llama.py | ||
| long_clipl.py | ||
| lt.py | ||
| lumina2.py | ||
| mt5_config_xl.json | ||
| omnigen2.py | ||
| ovis.py | ||
| pixart_t5.py | ||
| qwen_image.py | ||
| qwen_vl.py | ||
| sa_t5.py | ||
| sd2_clip_config.json | ||
| sd2_clip.py | ||
| sd3_clip.py | ||
| spiece_tokenizer.py | ||
| t5_config_base.json | ||
| t5_config_xxl.json | ||
| t5_old_config_xxl.json | ||
| t5_pile_config_xl.json | ||
| t5.py | ||
| umt5_config_base.json | ||
| umt5_config_xxl.json | ||
| wan.py | ||
| z_image.py | ||