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

windows install issues #580

Closed
6Dii opened this issue Apr 9, 2023 · 5 comments
Closed

windows install issues #580

6Dii opened this issue Apr 9, 2023 · 5 comments

Comments

@6Dii
Copy link

6Dii commented Apr 9, 2023

Validating that requirements are satisfied.
Error: The following packages are missing:

  • accelerate==0.15.0
  • albumentations==1.3.0
  • altair==4.2.2
  • bitsandbytes==0.35.0
  • dadaptation==1.5
  • diffusers[torch]==0.10.2
  • easygui==0.98.3
  • einops==0.6.0
  • ftfy==6.1.1
  • gradio==3.19.1; sys_platform != 'darwin'
  • lion-pytorch==0.0.6
  • opencv-python==4.7.0.68
  • pytorch-lightning==1.9.0
  • safetensors==0.2.6
  • tensorboard==2.10.1 ; sys_platform != 'darwin'
  • tk==0.1.0
  • toml==0.10.2
  • transformers==4.26.0
  • voluptuous==0.13.1
  • fairscale==0.4.13
  • timm==0.6.12
  • huggingface-hub==0.12.0; sys_platform != 'darwin'
  • tensorflow==2.10.1; sys_platform != 'darwin'
  • lycoris_lora==0.1.4

no idea why it ask for darwin,
is there any other way instead of run scripts for installing cudnn? (\venv\Scripts\activate)

@6Dii
Copy link
Author

6Dii commented Apr 9, 2023

I followed the instruction for windows installation, at the end it ask questions, did I answer them wrong?
The system cannot find the path specified.
.\bitsandbytes_windows\libbitsandbytes_cuda116.dll
The system cannot find the path specified.
0 file(s) copied.
The system cannot find the path specified.
0 file(s) copied.
The system cannot find the path specified.
0 file(s) copied.
------------------------------------------------------------------------------------------------------------------------In which compute environment are you running?
This machine
------------------------------------------------------------------------------------------------------------------------Which type of machine are you using?
No distributed training
Do you want to run your training on CPU only (even if a GPU / Apple Silicon device is available)? [yes/NO]:no
Do you wish to optimize your script with torch dynamo?[yes/NO]:yes
------------------------------------------------------------------------------------------------------------------------Which dynamo backend would you like to use?
inductor
Do you want to customize the defaults sent to torch.compile? [yes/NO]: no
Do you want to use DeepSpeed? [yes/NO]: yes

@infambart
Copy link

I had a similar issue, not sure if it's exact, but I deleted the Kohya_ss folder and all the python cache in "~\AppData\Local\pip\cache" and I had a successful re-install. I would try this first.

I also watched this video to help me verify I was doing everything correctly.. https://youtu.be/9MT1n97ITaE

@bmaltais
Copy link
Owner

bmaltais commented Apr 9, 2023

I had a similar issue, not sure if it's exact, but I deleted the Kohya_ss folder and all the python cache in "~\AppData\Local\pip\cache" and I had a successful re-install. I would try this first.

I also watched this video to help me verify I was doing everything correctly.. https://youtu.be/9MT1n97ITaE

Thank you for the tip. I will add it to the README

@6Dii
Copy link
Author

6Dii commented Apr 12, 2023

Problem solved! One more thing, do I need those cache files, put them back, maybe?

@infambart
Copy link

When you reinstall it will re-populate those files correctly...

bmaltais pushed a commit that referenced this issue Jun 9, 2023
fix clip skip not working in weighted caption training and sample gen
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

3 participants