-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d3d440
commit 7480ee0
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from .pipeline_stable_diffusion_im_embed import StableDiffusionImageEmbedPipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|