Skip to content

hasimpk/tinkerspace-stable-diffusion

 
 

Repository files navigation

Stable Diffusion Experience for Tinkerspace

Database structure - List of request json objects

Request

  {
    submitted_at : timestamp
    status : String with possible values -> "pending", "processing", "processed", "completed"
    text_prompt : String 
    result_image : String (url to result image)
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • CSS 19.4%
  • Shell 1.0%