Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you explain how to install? #39

Open
matiasstornini opened this issue Mar 29, 2024 · 4 comments
Open

Can you explain how to install? #39

matiasstornini opened this issue Mar 29, 2024 · 4 comments

Comments

@matiasstornini
Copy link

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?

@radames
Copy link
Owner

radames commented Apr 2, 2024

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 

@vwellum
Copy link

vwellum commented Apr 3, 2024

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

@radames
Copy link
Owner

radames commented Apr 3, 2024

please try commenting on theses lines

stable_fast @ https://github.com/chengzeyi/stable-fast/releases/download/v1.0.4/stable_fast-1.0.4+torch220cu121-cp310-cp310-manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
oneflow @ https://github.com/siliconflow/oneflow_releases/releases/download/community_cu121/oneflow-0.9.1.dev20240316+cu121-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; sys_platform != 'darwin' or platform_machine != 'arm64'
onediff @ git+https://github.com/siliconflow/onediff.git@main#egg=onediff ; sys_platform != 'darwin' or platform_machine != 'arm64'
and try the install steps again.
are you using WSL on windows?

@vwellum
Copy link

vwellum commented Apr 5, 2024

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 -.-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants