foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Unconditional symmetry design implemented?

Open cdsnow opened this issue 3 weeks ago • 0 comments

Greetings,

If I imitate the provided unconditional symmetry example json with the following: ~/code/foundry$ more uncondC2.json { "uncond_C2": { "length": 100, "symmetry": { "id": "C2" } } }

and the following run script: ~/code/foundry$ more test_uncondC2.sh cur_ckpt=checkpoints/rfd3_latest.ckpt rfd3 design
out_dir=logs/inference_outs/test_uncondC2/0
inputs=uncondC2.json
ckpt_path=$cur_ckpt
diffusion_batch_size=1 \

I get a NotImplementedError:

NotImplementedError: Asymmetric motif inputs are not implemented yet. please symmetrize the motif.

cdsnow avatar Dec 09 '25 15:12 cdsnow