RFdiffusion3 / issues_doc.md
gabboud's picture
replace links in markdown with href, remove old issue from doc
e38c82b

A newer version of the Gradio SDK is available: 6.8.0

Upgrade

Issue 1: not able to integrate gradio_molecule3D to visualize outputs

  • I wanted to visualize the output of RFD3 in a widget in the HF space. I got it to work on a minimal example with a custom pdb file (not using RFD3)
  • once I tried to integrate the 2, it wouldnt work because gradio_molecule3d and rc-foundry require conflicting versions of gradio: gradio_molecule3d requires <6 while rc-foundry requires 6.5.1.
  • pinning gradio version manually did not work, gradio_Model3D does not support PDB and I couldnt get py3Dmol working