BitsofJeremy / lcm_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lcm_testing

Read the blog post here:

https://ephergent.com/playing-around-with-latent-consistency-loras-lcm/

Install

Pull down the repo, create a virtualenv, activate and install requirements

git clone https://github.com/ephergent/lcm_testing.git
cd lcm_testing
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

Generate

  • open app.py in your favorite text editor
  • change the prompt and settings as you see fit
  • save
  • run
python app.py
  • enjoy

image

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%