diffuzers
Project description
# diffuzers
A web ui for [🤗 diffusers](https://github.com/huggingface/diffusers).
< under development, request features using issues, prs not accepted atm >
![image](static/screenshot_st.png)
## Installation
To install bleeding edge version of diffuzers, clone the repo and install it using pip.
`bash git clone https://github.com/abhishekkrthakur/diffuzers cd diffuzers pip install -e . `
Installation using pip:
`bash pip install diffuzers `
## Usage
To run the web app, run the following command:
`bash diffuzers run --model <path to model> --output_path <path to output folder> `
For example, to run the web app for the [stable diffusion 2.1](https://huggingface.co/stabilityai/stable-diffusion-2-1) model, run the following command:
`bash diffuzers run --model stabilityai/stable-diffusion-2-1 --output_path . `
## All CLI Options:
`bash ❯ diffuzers run --help `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for diffuzers-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd34ebc281b378c6fd3dea5c8dce9ca06fac1973ab6516358c36552702ff623 |
|
MD5 | 45087ce89c78a08a707b7ab50f6a46e4 |
|
BLAKE2b-256 | add40e9cd02e8a35fd8e3d550d024c7422b26b99997f4780586c3b6b24d8aca8 |