News

Environment setup on both remote and locally: conda create -n chained_diffuser python=3.9 conda activate chained_diffuser; conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 ...
If you want to install and use an AI LLM locally on your PC, one of the easiest ways to do it is with Ollama. Here's how to get up and rolling.
Download the model from huggingface: huggingface-cli download stabilityai/sv4d2.0 sv4d2_8views.safetensors --local-dir checkpoints Run inference: python scripts/sampling ... until we generate 21 ...