Sign In

[BSS] - ModelMixSampler (Custom node)

Updated: May 23, 2026

tool

Download

1 variant available

Archive Other

62.39 MB

Verified:

Type

Other

Stats

23

Reviews

Published

May 23, 2026

Base Model

Other

Hash

AutoV2
7CE8C73704

ModelMixSampler for ComfyUI 🌀

Ever wanted to combine the core structure of one model with the stylistic details, textures, or lighting of another? ModelMixSampler (BSS) allows you to do exactly that by dynamically alternating denoising steps between two different models of the same architecture (e.g., SDXL + SDXL, or Flux + Flux) in a single run!

Get the best of both worlds: use a highly structural model to form the base geometry, and a heavily stylized model to finish the fine details!

🔗 GitHub Repository (Full Guide, Comparison Screenshots & Docs): https://github.com/BlackSnowSkill/ComfyUI-BSS_ModelMixSampler


🎨 How to Use It in ComfyUI (Step-by-Step)

Setting up the sampler is incredibly easy:

  1. Add the Node: Replace your standard KSampler with the ModelMixSampler (BSS) node (found under BSS/Samplers).

  2. Connect the Models: Plug your first model into model1 and the second into model2.

  3. Connect the Prompts:

    • Connect Model 1's prompts to positive1 / negative1.

    • Connect Model 2's prompts to positive2 / negative2. (You can use the exact same prompt for both, or tailor them to each model's strengths!)

  4. Choose your Scheduler: Select a shared scheduler (like karras or normal) to keep the noise progression aligned.

  5. Decode the output: Connect the output latent into a standard VAE Decode node and save your image!


🎛️ How to Configure the Step Schedule (mix_schedule)

The core magic lies in the mix_schedule text field. It tells the sampler which model to use at each step. Here are the most popular and creative patterns:

  • 🔄 1, 2 (The Hybrid Mixer): Alternates every single step (1, 2, 1, 2...). Merges the styles of both models almost 50/50, creating a brand new, unique hybrid look.

  • 📦 1, 1, 2, 2 (The Block Mixer): Two steps of Model 1, then two steps of Model 2. Highly stable and prevents models from fighting over tiny details.

  • 📐 1*15, 2*15 (The Structural + Stylizer): Uses Model 1 for the first 15 steps to form solid geometry, poses, and composition. Then, hands it over to Model 2 for the last 15 steps to apply gorgeous details, lighting, and textures.

  • ⏱️ 1:10, 2:15 (The Custom Ratio): Runs Model 1 for the first 10 steps, then Model 2 for the remaining 15 steps.


📂 Quick Installation

  1. Open ComfyUI Manager -> Install via Git URL.

  2. Paste this URL: https://github.com/BlackSnowSkill/ComfyUI-BSS_ModelMixSampler

  3. Click Install and restart ComfyUI.


☕ Support & License

Support Development: Support me and get exclusive models on Boosty!

License & Usage: © 2026 blacksnowskill (BSS). All rights reserved. This project is protected by copyright. Copying, distribution, merging, or use on other websites/repositories without explicit written permission is strictly prohibited.