Skip to content

Commit

Permalink
added models
Browse files Browse the repository at this point in the history
  • Loading branch information
rprasad2 committed Jun 14, 2023
1 parent 0f2ff62 commit 03546a5
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ generated_imgs/

# Custom model related artefacts
variants.json
models/
# models/

# models folder
apps/stable_diffusion/web/models/
Expand Down
12 changes: 12 additions & 0 deletions apps/stable_diffusion/src/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from apps.stable_diffusion.src.models.model_wrappers import (
SharkifyStableDiffusionModel,
)
from apps.stable_diffusion.src.models.opt_params import (
get_vae_encode,
get_vae,
get_unet,
get_clip,
get_tokenizer,
get_params,
get_variant_version,
)
Loading

0 comments on commit 03546a5

Please sign in to comment.