mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-01-02 04:11:49 +08:00
apply_model in model_base now returns the denoised output. This means that sampling_function now computes things on the denoised output instead of the model output. This should make things more consistent across current and future models.