[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-84052":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":25,"updatedAt":26,"readmeContent":27,"aiSummary":9,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},84052,"ComfyUI-Bernini","AIMixer\u002FComfyUI-Bernini","AIMixer","Standalone ComfyUI plugin for Wan 2.2 Bernini video generation and editing.",null,"Python",74,5,51,3,0,7,16,30,65.41,"Apache License 2.0",false,"main",true,[],"2026-06-10 09:28:22","2026-06-10 14:38:26","# ComfyUI-Bernini\n\nStandalone ComfyUI plugin with a **complete Wan 2.2 Bernini pipeline** that does not depend on ComfyUI core Bernini nodes ([PR #14216](https:\u002F\u002Fgithub.com\u002FComfy-Org\u002FComfyUI\u002Fpull\u002F14216)).\n\n**中文文档** → [README_ZH.md](README_ZH.md)\n\n## Quick start\n\n1. **Clone** into `ComfyUI\u002Fcustom_nodes\u002F`:\n   ```bash\n   cd ComfyUI\u002Fcustom_nodes\n   git clone https:\u002F\u002Fgithub.com\u002FAIMixer\u002FComfyUI-Bernini.git\n   ```\n\n2. **Install Python dependencies** (use the same Python environment as your ComfyUI):\n   ```bash\n   cd ComfyUI-Bernini\n   pip install -r requirements.txt\n   ```\n   On Windows portable builds, prefer ComfyUI's bundled Python, for example:\n   ```bash\n   ..\\..\\python_embeded\\python.exe -m pip install -r requirements.txt\n   ```\n\n3. **Restart ComfyUI**. Nodes appear under the **Bernini** category.\n\n4. **Download models** — quantized GGUF \u002F FP8 + workflows: **[comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489)**; original Kijai FP8 only: [HuggingFace Bernini](https:\u002F\u002Fhuggingface.co\u002FKijai\u002FWanVideo_comfy_fp8_scaled\u002Ftree\u002Fmain\u002FBernini). Put weights under `ComfyUI\u002Fmodels\u002F` (`diffusion_models\u002F`, `vae\u002F`, `text_encoders\u002F`). See [Quantized models](#quantized-models).\n\n5. **Run a workflow**: Model Loader → Context Embeds → Sampler → Decode. Example JSON workflows: [Comfyit article 489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489).\n\n## Quantized models\n\n**Download:** [Comfyit article 489 — Bernini models & workflows](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) (GGUF quantizations, scaled FP8, VAE, T5, and example JSON).\n\n**Wan 2.2 Bernini** diffusion weights are available in **GGUF** and **FP8 safetensors** quantizations. Place files under `ComfyUI\u002Fmodels\u002Fdiffusion_models\u002F` and load both **HIGH** and **LOW** in **Bernini Model Loader** (GGUF is supported).\n\n| Tier | GGUF (LOW \u002F HIGH) | Min VRAM (Bernini Director) |\n|------|-------------------|----------------------------|\n| **Q4_K_M** (lowest) | `Wan22_Bernini_LOW-Q4_K_M.gguf` · `Wan22_Bernini_HIGH-Q4_K_M.gguf` | **8 GB** |\n| Q5_K_M | `Wan22_Bernini_LOW-Q5_K_M.gguf` · `Wan22_Bernini_HIGH-Q5_K_M.gguf` | **10 GB** |\n| Q6_K | `Wan22_Bernini_LOW-Q6_K.gguf` · `Wan22_Bernini_HIGH-Q6_K.gguf` | **12 GB** |\n| Q8_0 | `Wan22_Bernini_LOW-Q8_0.gguf` · `Wan22_Bernini_HIGH-Q8_0.gguf` | **16 GB** |\n\n**FP8 safetensors** (scaled, same naming as Kijai Bernini pack):\n\n- `Wan22_Bernini_LOW_fp8_e4m3fn_scaled.safetensors`\n- `Wan22_Bernini_HIGH_fp8_e4m3fn_scaled.safetensors`\n\n**VRAM tips (Bernini Director, HIGH + LOW):** Q4 → 8 GB min; Q5 → 10 GB; Q6 → 12 GB; Q8 → 16 GB. Enable **Block Swap** on both loaders; use T5 disk cache or fp8 text encoder where possible.\n\n> All quantized builds above are included in the resource pack at **[comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489)**. For the original non-GGUF FP8 pack from Kijai, see [HuggingFace](https:\u002F\u002Fhuggingface.co\u002FKijai\u002FWanVideo_comfy_fp8_scaled\u002Ftree\u002Fmain\u002FBernini).\n\n## Node chain\n\n`BerniniModelLoader` · `BerniniVAELoader` · `BerniniTextEncodeCached` · `BerniniContextEmbeds` · `BerniniContextOptions` · `BerniniSamplerExtraArgs` · `BerniniScheduler` · `BerniniSampler` · `BerniniDecode` · **`BerniniDirector`**\n\n## Bernini Director\n\nAll-in-one node with an embedded **timeline editor**: upload video and reference images inside the node, split segments, set per-segment prompts \u002F `task_type`, then run the full Bernini HIGH\u002FLOW pipeline in one queue.\n\n![Bernini Director node UI](docs\u002Fassets\u002Fbernini_director_ui.png)\n\nExample workflows: see [Example workflows](#example-workflows) below (all from [Comfyit article 489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489)).\n\n## Example workflows\n\nDownload **Bernini model weights + example JSON workflows** from [Comfyit: Bernini models & workflows (article 489)](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489):\n\n| Workflow | `task_type` | Download |\n|----------|-------------|----------|\n| `bernini_director_minimal_test (r2v) .json` | `r2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (t2i) .json` | `t2i` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (t2v) .json` | `t2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (r2i) .json` | `r2i` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (v2v).json` | `v2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (i2v) .json` | `i2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (i2i).json` | `i2i` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_director_minimal_test (rv2v).json` | `rv2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_video_edit(r2v) .json` | `r2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_video_edit(v2v).json` | `v2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_video_edit(vi2v) .json` | `vi2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n| `bernini_video_edit(rv2v) .json` | `rv2v` | [comfyit.cn\u002Farticle\u002F489](https:\u002F\u002Fcomfyit.cn\u002Farticle\u002F489) |\n\nAfter download: merge `models\u002F` into `ComfyUI\u002Fmodels`, install plugins\u002Fdeps, drag the JSON into ComfyUI. Details on the article page.\n\n## Acknowledgements\n\nThe `engine\u002F` layer is **adapted from** [kijai\u002FComfyUI-WanVideoWrapper](https:\u002F\u002Fgithub.com\u002Fkijai\u002FComfyUI-WanVideoWrapper) (Apache-2.0). Deep respect and gratitude to kijai and all contributors to the WanVideo ecosystem.\n\n## License\n\nThis project is licensed under the [Apache License, Version 2.0](LICENSE).\n\nThe `engine\u002F` layer is **adapted from** [kijai\u002FComfyUI-WanVideoWrapper](https:\u002F\u002Fgithub.com\u002Fkijai\u002FComfyUI-WanVideoWrapper) (also Apache-2.0). See [Acknowledgements](#acknowledgements).\n\n---\n\n## Ecosystem · [Comfyit 搅拌站](https:\u002F\u002Fcomfyit.cn\u002F)\n\n[Comfyit](https:\u002F\u002Fcomfyit.cn\u002F) is a one-stop ComfyUI tools & learning platform. For environment setup, models, workflows, and tutorials that complement this plugin, see the [**Product Center**](https:\u002F\u002Fcomfyit.cn\u002Fproducts) (ComfyUI Manager, LoRA Trainer, Prompt Master) and free resources: [packages](https:\u002F\u002Fcomfyit.cn\u002Fresources\u002Fpackages) · [models](https:\u002F\u002Fcomfyit.cn\u002Fresources\u002Fmodels) · [workflows](https:\u002F\u002Fcomfyit.cn\u002Fworkflows) · [learning center](https:\u002F\u002Fcomfyit.cn\u002Flc\u002Fbeginner).\n\nFull details in [README_ZH.md](README_ZH.md#配套生态--comfyit-搅拌站).\n\n## Contact\n\n| | |\n|---|---|\n| **Maintainer** | [AIMixer](https:\u002F\u002Fgithub.com\u002FAIMixer) |\n| **Author QQ** | **3697688140** |\n| **Bilibili** | [space.bilibili.com\u002F1997403556](https:\u002F\u002Fspace.bilibili.com\u002F1997403556) |\n| **QQ groups** | **551482703** · **425064221** · **559826331** |\n| **Comfyit** | [comfyit.cn](https:\u002F\u002Fcomfyit.cn\u002F) |\n",2,"2026-06-11 04:12:13","CREATED_QUERY"]