Skip to content

Releases: SOLAR-group/SustainDiffusion

SustainDiffusion

05 Dec 14:40

Choose a tag to compare

SustainDiffusion

This repository contains the replication package for the paper "SustainDiffusion: Optimising the Social and Environmental Sustainability of Stable Diffusion Models"

Repository Structure

  • analysis/: Contains the code to reproduce the analysis reported in the paper.
  • sustaindiffusion/: Contains the source code of SustainDiffusion.

Refer to the README in each subdirectory for more details.

Installation

Conda

conda env create -f environment.yml
conda activate sdenv

pip

  • Install python=3.10
pip install -r requirements.txt