Skip to content

takoyaro/db-storage1111

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

db-storage1111 is an extension for AUTOMATIC1111's Stable Diffusion Web UI.

It allows to store pictures to databases.At the moment it only supports MongoDB.

Features

  • Store images on a MongoDB instance

Installation

  1. Visit the Extensions tab of Automatic's WebUI.
  2. Visit the Install from URL subtab.
  3. Paste this repo's URL into the first field: `https://github.com/takoyaro/db-storage1111
  4. Click Install.

Usage

Set environment variables if needed before starting the app:

Variable Default
DB_HOST 'localhost'
DB_PORT 27017
DB_USER ""
DB_PASS ""

Then, simply check the Save to DB checkbox and generate!

Contributing

I barely write any python, I have no doubt this extension could be improved and optimized. Feel free to submit PRs!

About

automatic1111's stable-diffusion-webui extension for storing images to a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages