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
- Host: GitHub
- URL: https://github.com/mizunagikb/mworks-diffusers-ui
- Owner: MizunagiKB
- License: mit
- Created: 2022-12-11T05:21:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T13:21:30.000Z (over 2 years ago)
- Last Synced: 2025-01-07T18:20:06.901Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
----