Skip to content

v1.1.0 RFdiffusion Python Module

Latest
Compare
Choose a tag to compare
@joewatchwell joewatchwell released this 03 Apr 21:36
· 43 commits to main since this release

Thanks to Sam DeLuca, RFdiffusion has been refactored into a python module.
This makes it easier to run the inference script from any working directory, and makes it easier for a user to import RFdiffusion into their own python scripts and use it as a library.
The setup is slightly changed, and is detailed in the README.
The run_inference.py script is now within the scripts/ directory, so submission scripts will need to point to this new location.