Sign inSign up

focusbreathing/fastsd-cpu

By focusbreathing

•Updated over 1 year ago

Docker image based on the https://github.com/rupeshs/fastsdcpu repository

Image
Machine learning & AI
0

1.5K

focusbreathing/fastsd-cpu repository overview

The image is created using the https://github.com/rupeshs/fastsdcpu⁠ repository.

⁠Usage:

Use the following docker compose as the starting point

services:
  fastsd:
    image: focusbreathing/fastsd-cpu:1.0.0-beta
    restart: unless-stopped
    build:
      context: .
    ports:
      - 7860:7860
    volumes:
      - ./cache:/root/.cache/huggingface
      - ./configs:/usr/src/app/configs
      - ./results:/usr/src/app/results
  • /root/.cache/huggingface: Model cache path so you do not need to download the models again
  • /usr/src/app/configs: The models that are available in the webUI (optional), See the fastsdcpu repository for syntax
  • /usr/src/app/results: The output result images are stored here (optional)

Tag summary

Content type

Image

Digest

sha256:d623b05be…

Size

4 GB

Last updated

over 1 year ago

docker pull focusbreathing/fastsd-cpu:1.0.0-beta