{"id":18762515,"url":"https://github.com/allape/sdui-pub","last_synced_at":"2025-04-13T03:32:12.504Z","repository":{"id":219554699,"uuid":"749316583","full_name":"allape/sdui-pub","owner":"allape","description":"StableDiffusion UI in Docker","archived":false,"fork":false,"pushed_at":"2025-04-03T16:35:11.000Z","size":118,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"pub","last_synced_at":"2025-04-03T17:34:00.304Z","etag":null,"topics":["1111webui","docker","easyocr","ollama","stablediffusion"],"latest_commit_sha":null,"homepage":"","language":"Python","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/allape.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-28T08:01:47.000Z","updated_at":"2025-04-03T16:35:15.000Z","dependencies_parsed_at":"2024-01-28T12:24:14.215Z","dependency_job_id":"43743a62-88bf-4742-afa9-d71c3c1ea532","html_url":"https://github.com/allape/sdui-pub","commit_stats":null,"previous_names":["allape/sdui-pub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allape%2Fsdui-pub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allape%2Fsdui-pub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allape%2Fsdui-pub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allape%2Fsdui-pub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allape","download_url":"https://codeload.github.com/allape/sdui-pub/tar.gz/refs/heads/pub","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248659698,"owners_count":21141161,"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":["1111webui","docker","easyocr","ollama","stablediffusion"],"created_at":"2024-11-07T18:21:38.504Z","updated_at":"2025-04-13T03:32:12.488Z","avatar_url":"https://github.com/allape.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDUI\n\n`StableDiffusion UI` in Docker, but now, this is a note repo for all AI-related projects.\n\n# FAQ\n\n- How access host network in docker container?\n    - macOS and Windows: `host.docker.internal`.\n    - Linux: add\n      ```yaml\n      extra_hosts:\n        - \"host.docker.internal:host-gateway\"\n      ```\n      into a service in compose yaml file.\n- How to use proxy for image building progress?\n    - ```shell\n        export http_proxy=http://proxy.lan:1080\n        docker build \\\n               --build-arg \"http_proxy=$http_proxy\" --build-arg \"https_proxy=$http_proxy\"--build-arg no_proxy=localhost,127.0.0.1 \\\n               --progress=plain \\\n               -t image:tag -f Dockerfile .\n      ```\n- Failed to install NVIDIA CUDA driver\n    - Find out the modules that were failed to install on the Installation Summary Dialog\n    - Then rerun the installer, and uncheck the modules that were failed to install.\n      And at the same time, download the modules from NVIDIA developer website and install them manually.\n    - For me, I failed to install `nsight-compute`. After all above steps, Everything works fine.\n- How backup container?\n    - ```shell\n      docker commit 1111webui-app-1 1111webui:v1\n      ```\n- How backup image?\n    - ```shell\n      docker image save 1111webui:v1 -o 1111webui.v1.tar\n      ```\n\n# Credits\n\n- [Docker](https://www.docker.com/)\n- [Caddy](https://github.com/caddyserver/caddy)\n- [tinyproxy](https://github.com/tinyproxy/tinyproxy)\n- [dufs](https://github.com/sigoden/dufs)\n\n- [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui)\n- [ComfyUI Dockerfile](https://huggingface.co/spaces/SpacesExamples/ComfyUI/tree/main)\n- [ComfyUI](https://github.com/comfyanonymous/ComfyUI)\n\n- [Ollama](https://github.com/ollama/ollama)\n- [open-webui](https://github.com/open-webui/open-webui)\n- [Qwen](https://github.com/QwenLM/Qwen)\n\n- [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS)\n- [GPT-SoVITS/docker-compose.yaml](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docker-compose.yaml)\n\n- [easyocr](https://github.com/JaidedAI/EasyOCR)\n\n- [AudioSep](https://github.com/Audio-AGI/AudioSep)\n\n- [ShowUI](https://github.com/showlab/ShowUI)\n\n- [YOLO](https://github.com/ultralytics/ultralytics)\n\n- [whisper.cpp](https://github.com/ggerganov/whisper.cpp)\n\n- [notification.mp3](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/blob/main/web/js/assets/notify.mp3)\n\n- and more...\n\n---\n\n- [HuggingFace](https://huggingface.co/)\n- [CIVITAI](https://civitai.com/)\n- [Lib Lib AI](https://www.liblib.art/)\n- [How does StableDiffusion work?](https://stable-diffusion-art.com/how-stable-diffusion-work/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallape%2Fsdui-pub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallape%2Fsdui-pub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallape%2Fsdui-pub/lists"}