Skip to content

ArchieMeng/stable-diffusion-notebookui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Diffusion Notebook UI

Tests

The primary objective of this project is to simplify and expedite the evaluation process for Stable Diffusion models. However, you may also use it to generate images, explore Stable Diffusion pipelines, conduct experiments, and more.

Screenshot_%Y%M%D_%H%m%S-1

Usage

Open In Colab

Just open the notebook using online platforms such as Colab, Kaggle, etc.

Example output

output

Contribute

Contributions are encouraged! However, please remember to remove any private information before submitting your code.

Todo

  • Produce same result as Stable Diffusion web UI under default settings

  • Scheduler settings

  • ENSD support

  • Save image with parameters

  • Custom models

    • VAE
    • LORA
    • ControlNet
  • Multi-GPU supports

  • img2img

  • Upload image

  • Notebook Testing CI

    • CPU CI
    • GPU CI?

References