Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpinkney committed Sep 12, 2022
1 parent 5d3d440 commit 7480ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambda_diffusers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .pipelines.pipeline_stable_diffusion_im_embed import StableDiffusionImageEmbedPipeline
from .pipelines import StableDiffusionImageEmbedPipeline
1 change: 1 addition & 0 deletions lambda_diffusers/pipelines/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .pipeline_stable_diffusion_im_embed import StableDiffusionImageEmbedPipeline
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description='Lambda Labs additions to Diffusers',
author='Justin Pinkney',
author_email='[email protected]',
url='https://lambdalabs.com/',
url='https://github.com/LambdaLabsML/lambda-diffusers',
packages=find_packages(),
install_requires=[
'torch',
Expand Down

0 comments on commit 7480ee0

Please sign in to comment.