Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colab broken #206

Closed
nateraw opened this issue May 2, 2024 · 1 comment
Closed

Colab broken #206

nateraw opened this issue May 2, 2024 · 1 comment

Comments

@nateraw
Copy link
Owner

nateraw commented May 2, 2024

Started investigating fixing it manually in colab with the following (but a PR with these changes + others needed be much appreciated!). The GPU colab in the readme should always work (idc if the TPU one doesn't, as its harder to maintain).

  • import issue in app.py: needs to be from stable_diffusion_videos.image_generation import generate_images
  • import issue in notebook itself, need to do:
from stable_diffusion_videos.stable_diffusion_pipeline import StableDiffusionWalkPipeline
from stable_diffusion_videos.app import Interface
  • jaxlib throws some issue in gpu colab even when we don't touch jax related stuff, due to some import changing and the hardcoded diffusers verison not being compatible. I had to:
pip install jax==0.4.19 jaxlib==0.4.19
  • realesrgan has issue on import same as this one. I would guess its fixed upstream and we need to pin new version (hoping it doesn't break something else)
@nateraw nateraw added help wanted Extra attention is needed good first issue Good for newcomers high-priority Prioritizing this! labels May 2, 2024
@nateraw nateraw pinned this issue May 7, 2024
@nateraw nateraw unpinned this issue May 7, 2024
@nateraw nateraw removed help wanted Extra attention is needed good first issue Good for newcomers high-priority Prioritizing this! labels May 7, 2024
@nateraw
Copy link
Owner Author

nateraw commented May 7, 2024

Fixed by #207

@nateraw nateraw closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant