Running the webui on SageMaker Studio Lab #4820
Miraculix200
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
I've added an example using a SageMaker Notebook (without SageMaker Studio). As I ran into issues with SageMaker Studio access and availability. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there a way to not use ngrok? Running SD hits the consumption limit of a free ngrok account in like two days. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jupyter notebook for running stable-diffusion-webui on (free) SageMaker Studio Lab:
https://github.com/Miraculix200/StableDiffusionUI_SageMakerSL
Gradio (or localtunnel) don't work on SageMaker SL, so ngrok is used instead.
Also made another Google Colab notebook, which includes the option to install the Dreambooth extension (messy) and scan models for malware:
https://colab.research.google.com/github/Miraculix200/StableDiffusionUI_Colab/blob/main/StableDiffusionUI_Colab.ipynb
Beta Was this translation helpful? Give feedback.
All reactions