{"id":13788149,"url":"https://github.com/leszekhanusz/diffusion-ui","last_synced_at":"2025-08-21T02:30:44.032Z","repository":{"id":58476429,"uuid":"528009277","full_name":"leszekhanusz/diffusion-ui","owner":"leszekhanusz","description":"Frontend for deeplearning Image generation","archived":false,"fork":false,"pushed_at":"2024-06-06T22:29:20.000Z","size":4003,"stargazers_count":149,"open_issues_count":3,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-08T01:42:31.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://diffusionui.readthedocs.io","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/leszekhanusz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-23T13:43:04.000Z","updated_at":"2025-04-01T17:52:04.000Z","dependencies_parsed_at":"2024-04-08T23:42:12.702Z","dependency_job_id":"bdc56bff-b372-4827-8d90-7288c60107e5","html_url":"https://github.com/leszekhanusz/diffusion-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leszekhanusz/diffusion-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leszekhanusz%2Fdiffusion-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leszekhanusz%2Fdiffusion-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leszekhanusz%2Fdiffusion-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leszekhanusz%2Fdiffusion-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leszekhanusz","download_url":"https://codeload.github.com/leszekhanusz/diffusion-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leszekhanusz%2Fdiffusion-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271416645,"owners_count":24755921,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-03T21:00:37.672Z","updated_at":"2025-08-21T02:30:43.205Z","avatar_url":"https://github.com/leszekhanusz.png","language":"Jupyter Notebook","funding_links":[],"categories":["Training"],"sub_categories":["GUIS"],"readme":"# diffusion-ui\n\nThis is a web interface frontend for generation of images using the\n[Automatic1111 fork](https://github.com/AUTOMATIC1111/stable-diffusion-webui) of\n[Stable Diffusion](https://github.com/CompVis/stable-diffusion).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/leszekhanusz/diffusion-ui/blob/main/doc/cute_bunny.gif\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/leszekhanusz/diffusion-ui/blob/main/doc/automatic1111_fullscreen.png\" style=\"width: 100%\"/\u003e\n\u003c/p\u003e\n\n## Documentation\n\nThe documentation is available [here](https://diffusionui.readthedocs.io)\n\n## Technologies\n\nDiffusion UI was made using:\n\n* [Vue 3](https://vuejs.org/) with [Pinia](https://pinia.vuejs.org/)\n* [PrimeVue components](https://www.primefaces.org/primevue/)\n* [Fabric.js](http://fabricjs.com/)\n* [The Pug templating language](https://pugjs.org)\n* [Font Awesome icons](https://fontawesome.com/)\n\n## Features\n\n* Text-to-image\n* Image-to-Image:\n    * from an uploaded image\n    * from a drawing made on the interface\n* Inpainting\n    * Including the possibility to draw inside an inpainting region\n* Outpainting (using mouse to scroll out)\n* Modification of model parameters in left tab\n* Image gallery of previous image in the right tab\n* Allow to do variations and inpainting edits to previously generated images\n\n## Tips\n\n* Use the mouse wheel to zoom in or zoom out in a provided image\n* Use the shift key to make straight lines for drawing or for making inpainting zones\n* Use Control-z to cancel an action in the image editor\n* Use the arrow keys (left,right,up and down) to move inside the image gallery.\n  The Home key will allow you to go back to the first image of the batch.\n\n## Frontend\n\nThe frontend is available at [diffusionui.com](http://diffusionui.com)\n(**Note:** You still need to have a local backend to make it work with Stable diffusion)\n\nOr alternatively you can [run it locally](https://diffusionui.readthedocs.io/en/latest/frontend.html).\n\n## Backends\n\n### Automatic1111 Stable Diffusion\n\n#### local backend\n\nTo be able to connect diffusion-ui to the Automatic1111 fork of Stable Diffusion from your own pc, you need to\nrun it with the following parameters: `--no-gradio-queue --cors-allow-origins=http://localhost:5173,https://diffusionui.com`.\n\nSee the instructions [here](https://diffusionui.readthedocs.io/en/latest/backends/automatic1111.html).\n\n#### online colab backend\n\nIf you can't run it locally, it is also possible to use the automatic1111 fork of Stable Diffusion with diffusion-ui online for free with this [Google Colab notebook](https://colab.research.google.com/github/leszekhanusz/diffusion-ui/blob/main/src/backends/colab/automatic1111.ipynb)\n\n## License\n[MIT License](https://github.com/leszekhanusz/diffusion-ui/blob/main/LICENSE) for the code here.\n\n[CreativeML Open RAIL-M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license)\nfor the Stable Diffusion model.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleszekhanusz%2Fdiffusion-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleszekhanusz%2Fdiffusion-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleszekhanusz%2Fdiffusion-ui/lists"}