-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Description
Hello,
How to install and make it working? In both Win and Linux it says that numpy is compiled with one ABI version but cv2 with another. And it crashes.
How did I install it?
conda create -n generative-models python=3.10
conda activate generative-models
git clone https://github.com/Stability-AI/generative-models.git
cd generative-models
pip install wheel
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install -r .\requirements\pt2.txt
pip install .
python -m scripts.demo.gradio_app_sv4d
Metadata
Metadata
Assignees
Labels
No labels