An open API service indexing awesome lists of open source software.

https://github.com/mizunagikb/mworks-diffusers-ui

Diffusers UserInterface
https://github.com/mizunagikb/mworks-diffusers-ui

Last synced: 3 months ago
JSON representation

Diffusers UserInterface

Awesome Lists containing this project

README

        

= MWorks Diffusers UserInterface
:lang: ja
:doctype: book
:author: MizunagiKB
:toc: left
:toclevels: 3
:icons: font
:experimental:
:stem:

== Install

[source,bash]
----
$ conda create -n pyenv39_diffusers python=3.9
$ conda activate pyenv39_diffusers
$ pip install -r requirements.txt
$ python user_interface/main.py
----