mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-22 22:30:45 -07:00
ci(M01): explicitly import ldm.modules.diffusionmodules in __init__
Made-with: Cursor
This commit is contained in:
parent
80b305be36
commit
f013e55342
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def main() -> None:
|
|||
touch(os.path.join(REPOS, sd, "ldm", "__init__.py"))
|
||||
touch(
|
||||
os.path.join(REPOS, sd, "ldm", "modules", "__init__.py"),
|
||||
"from . import distributions\n",
|
||||
"from . import distributions, diffusionmodules\n",
|
||||
)
|
||||
touch(os.path.join(REPOS, sd, "ldm", "modules", "encoders", "__init__.py"))
|
||||
# ldm.modules.encoders.modules: FrozenCLIPEmbedder, FrozenOpenCLIPEmbedder, CLIPTextModel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue