Image generation based on diffusers


Keywords
diffusers, stable, diffusion, stable-diffusion
License
Apache-2.0
Install
pip install artcraft==1.0.8

Documentation

Introduction

artcraft provides image generation based on diffusers.

Features

  • Text2Image/Image2Image
  • Lora/Text Inversion/ControlNet support
  • Image Processors
  • Model Manager

Install

make sure your python>=3.9.

pip install artcraft

Launch WebUI

make sure you have installed artcraft successfully.

artcraft

you will see

Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.