Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 802 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 802 Bytes

Diffusers plugin for DeepMake

Plugin for DeepMake

This repo the Diffusers plugin for DeepMake.

This plugin is not meant to be run directly, instead it's built to fit into DeepMake.

Installation

To install, you need to download and install the DeepMake Backend including Anaconda

  • Clone this repo into the "plugin" folder of your DeepMake installation.

  • Next open an Anaconda prompt and go to the plugin/diffusers/ folder.

  • Create the Environment

    • If you're on Windows, Run conda env create -f environment.yml to create the environment.
    • If you're on a Mac, instead run conda env create -f environment_mac.yml
  • Finally, run DeepMake as normal.