MedARC-AI / fMRI-reconstruction-NSD

fMRI-to-image reconstruction on the NSD dataset.
MIT License
290 stars 39 forks source link

a question about versatile diffusion #50

Closed songqianyi01 closed 2 weeks ago

songqianyi01 commented 2 months ago

Snipaste_2024-07-10_18-00-47 Hello, can you tell me the structure of this folder vd_cache_dir? I can't access huggingface from the server. I hope you can tell me the file under this folder so that I can download it manually and put it in

PaulScotti commented 2 months ago

vd_cache_dir is just where the data gets downloaded when you use diffusers to download the pretrained Versatile Diffusion model: https://huggingface.co/docs/diffusers/v0.21.0/en/api/pipelines/versatile_diffusion

Try locally importing + downloading the pipeline and then you'll have the folder you can use to copy into your internet-restricted cluster.

Also note that this repository is now outdated, we recently released MindEye2 which improves upon MindEye1: https://github.com/MedARC-AI/MindEyeV2