pip install -r requirements.txt
cd smalldiffusion
pip install -e .
Put voxel data in data/
.
Run fashion mnist diffusion with accelerate launch smol_test.py
.
Try out voxel diffusion with accelerate launch vox_3d.py
Edit and add models to smalldiffusion/src/smalldiffusion/
- vocks.py is the testbed for 3d unet stuff
- old_cube_code/ contains a lot of the old cube and square test code
- gif_script.py generates gifs from a directory of images