{"id":24226928,"url":"https://github.com/redromnon/stable-diffusion-interactive-notebook","last_synced_at":"2025-09-22T17:32:01.471Z","repository":{"id":163510626,"uuid":"636644672","full_name":"redromnon/stable-diffusion-interactive-notebook","owner":"redromnon","description":"A Jupyter widgets-based interactive notebook for Google Colab to generate images using Stable Diffusion.","archived":false,"fork":false,"pushed_at":"2023-12-13T12:00:45.000Z","size":34,"stargazers_count":12,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-18T13:45:16.023Z","etag":null,"topics":["colab-notebook","colaboratory","gui","hacktoberfest","jupyter-widgets","stable-diffusion","widgets"],"latest_commit_sha":null,"homepage":"https://colab.research.google.com/github/redromnon/stable-diffusion-interactive-notebook/blob/main/stable_diffusion_interactive_notebook.ipynb","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redromnon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-05-05T10:12:12.000Z","updated_at":"2024-03-06T04:19:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c009d56-545f-459a-9000-096600937c2d","html_url":"https://github.com/redromnon/stable-diffusion-interactive-notebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redromnon%2Fstable-diffusion-interactive-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redromnon%2Fstable-diffusion-interactive-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redromnon%2Fstable-diffusion-interactive-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redromnon%2Fstable-diffusion-interactive-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redromnon","download_url":"https://codeload.github.com/redromnon/stable-diffusion-interactive-notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233869012,"owners_count":18743095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colab-notebook","colaboratory","gui","hacktoberfest","jupyter-widgets","stable-diffusion","widgets"],"created_at":"2025-01-14T09:17:47.434Z","updated_at":"2025-09-22T17:31:56.161Z","avatar_url":"https://github.com/redromnon.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e \u003ch1\u003e Stable Diffusion Interactive Notebook 📓 🤖 \u003c/h1\u003e \n\n \u003ca target=\"_blank\" href=\"https://colab.research.google.com/github/redromnon/stable-diffusion-interactive-notebook/blob/main/stable_diffusion_interactive_notebook.ipynb\"\u003e\n  \u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\n\u003c/a\u003e \n \n _Click the above button to start generating images!_\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\nA widgets-based interactive notebook for Google Colab that lets users generate AI images from prompts (Text2Image) using [Stable Diffusion (by Stability AI, Runway \u0026 CompVis)](https://en.wikipedia.org/wiki/Stable_Diffusion). \n\nThis notebook aims to be an alternative to WebUIs while offering a simple and lightweight GUI for anyone to get started with Stable Diffusion.\n\nUses Stable Diffusion, [HuggingFace](https://huggingface.co/) Diffusers and [Jupyter widgets](https://github.com/jupyter-widgets/ipywidgets).\n\n![GUI screenshot](https://github.com/redromnon/stable-diffusion-interactive-notebook/assets/74495920/461b23dc-ea92-4f11-b3a2-0593f51e2c43)\n\n## Features\n- Interactive GUI interface\n- Available Stable Diffusion Models:\n  - [Stable Diffusion 1.5](https://huggingface.co/runwayml/stable-diffusion-v1-5)\n  - [Stable Diffusion 2.1 Base](https://huggingface.co/stabilityai/stable-diffusion-2-1-base)\n  - [Stable Diffusion 2.1](https://huggingface.co/stabilityai/stable-diffusion-2-1)\n  - [OpenJourney v4](https://huggingface.co/prompthero/openjourney-v4)\n  - [Dreamlike Photoreal 2.0](https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0)\n- Available Schedulers:\n  - [EulerAncestralDiscreteScheduler](https://huggingface.co/docs/diffusers/api/schedulers/euler_ancestral)\n  - [EulerDiscreteScheduler](https://huggingface.co/docs/diffusers/api/schedulers/euler)\n  - [DDIMScheduler](https://huggingface.co/docs/diffusers/api/schedulers/ddim)\n  - [UniPCMultistepScheduler](https://huggingface.co/docs/diffusers/api/schedulers/unipc)\n- Includes Safety Checker to enable/disable inappropriate content\n- Features [sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) Autoencoder for producing \"smoother\" images\n\n## Contributing\nImprovements and new features are most welcome! Feel free to submit a PR.\n\n1. Fork this repository\n2. Create a new branch\n3. Do your thing\n4. Create a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredromnon%2Fstable-diffusion-interactive-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredromnon%2Fstable-diffusion-interactive-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredromnon%2Fstable-diffusion-interactive-notebook/lists"}