Real-Time-Latent-Consistency-Model icon indicating copy to clipboard operation
Real-Time-Latent-Consistency-Model copied to clipboard

Can you explain how to install?

Open matiasstornini opened this issue 1 year ago • 5 comments

I'm sorry but I couldn't install locally to test, I have stable diffusion (A1111 and comfyui) but I couldn't install this, I looked for tutorials on YouTube from this repository but I didn't find anything, do you have anything?

matiasstornini avatar Mar 29 '24 22:03 matiasstornini

sorry , @matiasstornini not video yet, I can work on this later, but right now you have to clone

git clone https://github.com/radames/Real-Time-Latent-Consistency-Model
cd Real-Time-Latent-Consistency-Model
python -m venv venv
source venv/bin/activate
pip3 install -r server/requirements.txt
cd frontend && npm install && npm run build && cd ..
python server/main.py --reload --pipeline img2imgSDTurbo 

radames avatar Apr 02 '24 16:04 radames

Is there any way to make it work on Windows? I've followed through up untill

pip3 install -r server/requirements.txt

Then errors that wheel is not supported on this platform :( No way to install such depedencies

vwellum avatar Apr 03 '24 18:04 vwellum

please try commenting on theses lines https://github.com/radames/Real-Time-Latent-Consistency-Model/blob/9f0c5bb89637f054678cbaad017dbf7c3650e1dc/server/requirements.txt#L15-L17 and try the install steps again. are you using WSL on windows?

radames avatar Apr 03 '24 19:04 radames

I did that. That did not work either. I was trying to install it "native" without WSL. I'm gonna try installing it with WSL or on PopOS/Manjaro. Windows is always sketchy -.-

vwellum avatar Apr 05 '24 09:04 vwellum