etched-ai / open-oasis

Inference script for Oasis 500M
MIT License
1.54k stars 128 forks source link

hey i think you should add that youve gotta move the model weights to the folder #22

Open QueenRose4444 opened 3 weeks ago

QueenRose4444 commented 3 weeks ago

it wouldnt work untill i moved the model weights into the open-oasis folder, so i think it should be added to the instructions. unless this was just a weird issue for myself

NuclearGeekETH commented 3 weeks ago

I couldn't quite get this at first. Here is what I did:

Move and rename the two checkpoint files from .cache\huggingface\hub\models--Etched--oasis-500m\blobs to the root directory of the project and rename them to: oasis500m.pt and vit-l-20.pt. The larger file is oasis500m.pt and the smaller is vit-l-20.pt.

CHNtentes commented 3 weeks ago

Easier approach: add --local-dir \<path-to-open-oasis> to huggingface-cli download command.