Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akx/lcm_test

Quick and dirty Streamlit UI for Latent Consistency Models
https://github.com/akx/lcm_test

generative-art latent-consistency-model stable-diffusion streamlit

Last synced: 3 months ago
JSON representation

Quick and dirty Streamlit UI for Latent Consistency Models

Awesome Lists containing this project

README

        

# lcm_test

Quick and dirty Streamlit UI for [Latent Consistency Models](https://github.com/luosiallen/latent-consistency-model).

## Usage

Tested on an M2 Mac, so YMMV, but:

```
pip install -r requirements.txt
streamlit run lcm_test.py
```

## Configuration

* If you want to force a given Torch device, set the `LCM_DEVICE` envvar to e.g. `cpu`.
* If you want to force using fp16 precision, set the `LCM_FP16` envvar to anything truthy. This might not work.