mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-14 23:35:34 +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.