Running SDXL-Lightning on Google Colab
0xkoji
Posted on February 25, 2024
SDXL-Lightning
https://huggingface.co/spaces/AP123/SDXL-Lightning
Step 1. Clone repo & install packages
!git clone https://huggingface.co/spaces/AP123/SDXL-Lightning
cd SDXL-Lightning
!pip install transformers diffusers accelerate gradio
Step 2. Modify app.py
Add share=True
to launch()
Step 3. Run the app
!python app.py
This step will take some time since the app requires to download a few models for each step.
Once you finish downloading models, you will see a link of the Gradio app and see something like below.
💖 💪 🙅 🚩
0xkoji
Posted on February 25, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.