"llm/vscode:/vscode.git/clone" did not exist on "d88c527be392ff4a05648f6e2cbd8f69241714ca"
  • comfyanonymous's avatar
    Sampling code changes. · 1777b54d
    comfyanonymous authored
    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.
    1777b54d
model_base.py 13.2 KB