Can you explain how to install?
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?
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
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
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?
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 -.-