Skip to content
/ lcm_test Public

Quick and dirty Streamlit UI for Latent Consistency Models

License

Notifications You must be signed in to change notification settings

akx/lcm_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcm_test

Quick and dirty Streamlit UI for Latent Consistency Models.

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.