Home
last modified time | relevance | path

Searched refs:vae_output_scale (Results 1 – 4 of 4) sorted by relevance

/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
Dqaihub_stable_diffusion_runner.cpp54 DEFINE_double(vae_output_scale, 0.0, "Vae output scale");
Dqaihub_stable_diffusion.py294 vae_output_scale = encoding["vae_output"]["scale"][0]
/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/runner/
Drunner.h38 const float vae_output_scale,
Drunner.cpp49 const float vae_output_scale, in Runner() argument
65 vae_output_scale_(vae_output_scale), in Runner()