https://github.com/fernandoafaria/stable-diffusion-forge

https://github.com/fernandoafaria/stable-diffusion-forge

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: FernandoAFaria
  • Language: Python
  • Default Branch: master
  • Size: 5.85 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

Readme.md

A docker image for Stable Diffusion WebUI Forge

[!WARNING]
This Dockerfile is based on on Cuda 12.3, which requires Nvidia driver >=545. In Ubuntu 22.04 you can update it by running ubuntu-drivers install nvidia:545 and a reboot. (Thanks @casao)

Docker compose

To run it, you will need the NVIDIA Container Toolkit

Create a directory. Inside this directory, create a subdirectory named data (if you don't and let docker create it, there might be permission issues) and a file named docker-compose.yml. Add the following content to the 'docker-compose.yml' file:

YML services: webui: image: "ghcr.io/yummiii/sd-webui-forge-docker:latest" volumes: - "./data:/app/sd-webui" ports: - "7860:7860" environment: - "ARGS=--listen --enable-insecure-extension-access" # Insecure extension access is required if you want to install extensions with the listen flag deploy: resources: reservations: devices: - driver: nvidia count: 1 capabilities: [gpu] then run it with docker compose up.

You can set which arguments the webui will recive with the ARGS environment variable

Owner

  • Name: Fernando Faria
  • Login: FernandoAFaria
  • Kind: user
  • Location: New Jersey

Fullstack Developer

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • nvidia/cuda 12.4.1-runtime-ubuntu22.04 build
docker-compose.yml docker
  • ghcr.io/yummiii/sd-webui-forge-docker latest