You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
colab tagged in README have outdated imports.
if you need to use lambda-diffusers and prefer colab here is quick fix:
# at any first cell where pip installs
! git clone https://github.com/LambdaLabsML/lambda-diffusers.git lambda_diffusers
# actual import
from lambda_diffusers.lambda_diffusers import StableDiffusionImageEmbedPipeline
...
# seems like its more relevant to import as on hfspaces
# from diffusers import StableDiffusionImageVariationPipeline
btw, thanks for your work on this repo! neat trick with "swapping" text encoder with CLIP image embeddings.
The text was updated successfully, but these errors were encountered:
colab tagged in README have outdated imports.
if you need to use
lambda-diffusers
and prefer colab here is quick fix:btw, thanks for your work on this repo! neat trick with "swapping" text encoder with CLIP image embeddings.
The text was updated successfully, but these errors were encountered: