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.
Top comments (0)