- first, configure the model parameters in the
diffusion-model/configs.yml
file (initial parameters have already been added) - then run install the dependencies with
poetry install
- then train the model using
poetry run python diffusion-model/main.py
- you can get the generated images with
poetry run python diffusion-model/test.py
created by UltraGeoPro