Views
No views yet

1git lfs install
2git clone <repository-url>
3cd Diffusion_SolRad
4git lfs pull
5git lfs ls-files # confirm whether models weights & sample data are downloadedpip install -r requirements.txtpython inference.py --pred-hr [1hr/6hr] --pred-mode [DDPM/DDIM] --basetime 202504131100pred-mode: Choose between DDPM or DDIM sampling methods (default: DDPM)pred-hr: Choose between 1hr or 6hr prediction models (default: 1hr)--basetime: Timestamp for input data in format YYYYMMDDHHMM (default: 202504131100)1# DDIM sampling method for 1-hour prediction
2python inference.py --pred-hr 1hr --pred-mode DDIM --basetime 202507151200sample_202504131100.npzsample_202504161200.npzsample_202507151200.npzmodel_weights/ft06_01hr/weights.ckptmodel_weights/ft36_06hr/weights.ckpt