Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running in windows11 !!! #7

Open
YuanXiaoYaoZiZai opened this issue May 6, 2024 · 1 comment
Open

Running in windows11 !!! #7

YuanXiaoYaoZiZai opened this issue May 6, 2024 · 1 comment

Comments

@YuanXiaoYaoZiZai
Copy link

My computer (nvida 4090 cuda11.6,cudnn8.9.7.29)

Some missing dependencies :

conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.6 -c pytorch -c nvidia
pip install filelock
pip install spacy
pip install segment_anything
pip install openai==0.28.1
pip install ipdb
pip install pillow==9.5.0
pip install timm==0.6.7
pip install git+https://github.com/facebookresearch/segment-anything.git

modify run.py line:78
seed = np.random.randint(0, high=2 ** 32 - 2, dtype=np.int64)
modify util/utils.py line:248
with open(yaml_path, 'r',encoding="UTF-8") as file:
modify run.py line:69
with open(Path(model.run_dir) / "config.yaml", "w",encoding="UTF-8") as f:
modify run.py line:199
with open(save_root / 'regenerate_info.json', 'w',encoding='UTF-8') as json_file:
modify models/models.py line:575
self.run_dir = run_dir_root / f"Interp-{dt_string}_{inpainting_prompt.replace(' ', '_').replace(':', '_')[:40]}"
modify models/models.py line:418
self.run_dir = run_dir_root / f"Gen-{dt_string}_{inpainting_prompt.replace(' ', '_').replace(':','_')[:40]}"

@Cipher-zzz
Copy link

Thanks for sharing that! Please let me know how you installed the nvidiacub and pytorch3d on Windows if you still remember that. I really appreciate any help you can provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants