jim60105 / docker-infinite-image-browsing

This is the docker image for "Stable Diffusion webui Infinite Image Browsing" from the community. (Dockerfile, CI image build)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-infinite-image-browsing

CodeFactor GitHub Workflow Status (with event)

This is the docker image for Stable Diffusion webui Infinite Image Browsing: About A fast and powerful image/video browser for Stable Diffusion webui / ComfyUI / Fooocus, featuring infinite scrolling and advanced search capabilities using image parameters. It also supports standalone operation. from the community.

Get the Dockerfile at GitHub, or pull the image from ghcr.io or quay.io.

247623945-807b890b-7be8-4816-abba-f3ad340a2232.mp4

Usage Command

Build Command

Important

Clone the Git repository recursively to include submodules:
git clone --recursive https://github.com/jim60105/docker-infinite-image-browsing.git

docker compose up -d --build

Note

If you are using an earlier version of the docker client, it is necessary to enable the BuildKit mode when building the image. This is because I used the COPY --link feature which enhances the build performance and was introduced in Buildx v0.8.
With the Docker Engine 23.0 and Docker Desktop 4.19, Buildx has become the default build client. So you won't have to worry about this when using the latest version.

LICENSE

Note

The main program, zanllp/sd-webui-infinite-image-browsing, is distributed under MIT.
Please consult their repository for access to the source code and licenses.
The following is the license for the Dockerfiles and CI workflows in this repository.

agplv3

GNU AFFERO GENERAL PUBLIC LICENSE Version 3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Caution

An AGPLv3 licensed Dockerfile means that you MUST distribute the source code with the same license, if you

  • Re-distribute the image. (You can simply point to this GitHub repository if you doesn't made any code changes.)
  • Distribute a image that uses code from this repository.
  • Or distribute a image based on this image. (FROM ghcr.io/jim60105/infinite-image-browsing in your Dockerfile)

"Distribute" means to make the image available for other people to download, usually by pushing it to a public registry. If you are solely using it for your personal purposes, this has no impact on you.

Please consult the LICENSE for more details.

About

This is the docker image for "Stable Diffusion webui Infinite Image Browsing" from the community. (Dockerfile, CI image build)

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 100.0%