mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-08 09:10:12 +00: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.