Skip to content

Docker image for secure AI model training and inference with Stable Diffusion and Storj.

License

Notifications You must be signed in to change notification settings

storj/secure-stable-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Stable Diffusion by Storj

This Docker image focuses on secure training and inference with Stable Diffusion by securely storing and fetching datasets and checkpoints from the Storj Decentralized Cloud Storage.

Quickstart

Included in this Docker image

Environment variables

Var name Description
STORJ_ACCESS The access grant to use for transferring files from and to your Storj DCS account
STORJ_BUCKET The bucket to use for transferring files from and to your Storj DCS account
STORJ_MODEL_PATH The object key to a specific AI model or a prefix/folder with multiple AI models to automatically download at startup

If the Docker container is configured with all three environment variables, it will automatically download the AI models at startup.

How to use

The usage instructions are maintained in the wiki.

Instructions for RunPod

Instructions for VALDI