mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 14:20:39 -07:00
ci(M01): add k_diffusion.utils stub
Made-with: Cursor
This commit is contained in:
parent
f1a2fd9866
commit
123a9d2f91
1 changed files with 2 additions and 1 deletions
|
|
@ -107,9 +107,10 @@ def main() -> None:
|
|||
"# stub\n",
|
||||
)
|
||||
|
||||
# k-diffusion: k_diffusion.sampling (sd_schedulers, sd_samplers_common)
|
||||
# k-diffusion: k_diffusion.sampling, utils (sd_schedulers, sd_samplers_lcm)
|
||||
kd = "k-diffusion"
|
||||
touch(os.path.join(REPOS, kd, "k_diffusion", "__init__.py"))
|
||||
touch(os.path.join(REPOS, kd, "k_diffusion", "utils.py"), "# stub\n")
|
||||
kd_sampling = (
|
||||
"import torch as _torch\n"
|
||||
"torch = _torch\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue