MCPcopy Create free account
hub / github.com/ReinFlow/ReinFlow / __init__

Method __init__

model/diffusion/diffusion_eval.py:42–89  ·  view source on GitHub ↗
(
        self,
        network_path,
        ft_denoising_steps,  # if running pre-trained model (not fine-tuned), set it to zero; if running fine-tuned model, need to specify the correct number of denoising steps fine-tuned, so that here it knows which model (base or ft) to use for each denoising step
        use_ddim=False,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

load_state_dictMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected