Skip to content

Commit

Permalink
Merge branch 'keras-team:master' into generate_strip_prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-gorner authored Oct 9, 2024
2 parents d0530f7 + 3cf3017 commit 6ed9b65
Show file tree
Hide file tree
Showing 17 changed files with 2,227 additions and 314 deletions.
8 changes: 8 additions & 0 deletions keras_hub/api/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
from keras_hub.src.models.image_segmenter_preprocessor import (
ImageSegmenterPreprocessor,
)
from keras_hub.src.models.image_to_image import ImageToImage
from keras_hub.src.models.inpaint import Inpaint
from keras_hub.src.models.llama3.llama3_backbone import Llama3Backbone
from keras_hub.src.models.llama3.llama3_causal_lm import Llama3CausalLM
from keras_hub.src.models.llama3.llama3_causal_lm_preprocessor import (
Expand Down Expand Up @@ -270,6 +272,12 @@
from keras_hub.src.models.stable_diffusion_3.stable_diffusion_3_backbone import (
StableDiffusion3Backbone,
)
from keras_hub.src.models.stable_diffusion_3.stable_diffusion_3_image_to_image import (
StableDiffusion3ImageToImage,
)
from keras_hub.src.models.stable_diffusion_3.stable_diffusion_3_inpaint import (
StableDiffusion3Inpaint,
)
from keras_hub.src.models.stable_diffusion_3.stable_diffusion_3_text_to_image import (
StableDiffusion3TextToImage,
)
Expand Down
Loading

0 comments on commit 6ed9b65

Please sign in to comment.