StableStudio icon indicating copy to clipboard operation
StableStudio copied to clipboard

Community interface for generative AI

Results 75 StableStudio issues
Sort by recently updated
recently updated
newest added

Hi guys, Amazing work I'm just trying to create the `Dockerfile` for this repo ```yml # Use the official Node.js Alpine image as the base FROM node:alpine # Add git...

enhancement
help wanted
needs discussion

https://github.com/Stability-AI/StableStudio/pull/24

help wanted
important
new feature

TODO: Will add more details

help wanted
needs discussion
important

TODO: Will add more details

help wanted
needs discussion
new feature

TODO: Will add details later

help wanted
needs discussion
new feature

Hello, thanks for providing such a great tool. I have successfully installed StableStudio on the Mac according to the installation prompts, I opened "http://localhost:3000" and configured the API Key, and...

bug

Added the last context

hi Stability team, I am not sure you guys already start to implement the webui plugin or not, but I make a basic version for this big demand. please let...

help wanted
important
new feature

![CleanShot 2023-05-18 at 12 14 34](https://github.com/Stability-AI/StableStudio/assets/4983357/759d645d-8d39-4452-b533-16b5cd53311a) This should probably work like styles once we merge: https://github.com/Stability-AI/StableStudio/pull/16

enhancement
help wanted

It would be great if the interface would support streaming images using `AsyncGenerator`. E.g. ```typescript createStableDiffusionImages: async function* (options) { const image = await fetch(`${window.location.origin}/DummyImage.png`); const blob = await image.blob();...

enhancement
needs discussion