This repository contains the official supplementary code for:
Surfacing Control: Targeted Interventions in DiT Models for Creative Expression in Multiple Domains
- Install requirements for audio generation:
pip install -r code_examples/audio-requirements.txt
- Run Gradio Demo:
python audio-generation-demo.py
in code_examples/
. You can modify the script to use your own prompts and parameter settings.
- Install requirements for image experiments:
pip install -r code_examples/image-requirements.txt
- Run gradio demo:
python image-generation-demo.py
in code_examples/
. You can modify the script to use your own prompts and parameter settings.
code_examples/
— Example scripts and demos for running and modifying the modelsgenerated_audio/
— Example audio outputs generated with Stable Audio Small (WAV)generated_images/
— Example images generated with SD-3-medium (PNG)audio-requirements.txt
— Python dependencies for running the audio codeimage-requirements.txt
— Python dependencies for running the image codeindex.html
&_config.yml
- html file and configuration for GitHub Pages.