rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.01k stars 86 forks source link

New version not starting up not working #67

Closed AKDigitalAgency closed 7 months ago

AKDigitalAgency commented 7 months ago

I upgraded using "git pull" command, now when I try to run "Start.bat" or "Start-webui.bat" it opens up terminal window shows python version and than terminal window disappears :( No desktop window or web terminal window shows up :(

PS running on win11 and previous version was working fine!

gustrd commented 7 months ago

Sometimes you need to update the pip libraries after doing a git pull.

Try to load the venv and run: pip install -U -r requirements.txt

rupeshs commented 7 months ago

@AKDigitalAgency you need to install packages using pip as @gustrd suggested.

AKDigitalAgency commented 7 months ago

I tried it run this command > pip install -U -r requirements.txt BUT That did not work, get same problem terminal window disappears and I don't know what the error was :( IDK why this is happening it was working fine in previous version?!?! Any other ideas how to fix it?

BTW Can you make terminal window not close automatically, instead keep it open until user close it manually?

AKDigitalAgency commented 7 months ago

OK problem solved finally figured out how to fix it :) Steps:

  1. Delete everything inside "ENV" folder
  2. Run "Install.bat" again
  3. Run "Start.bat"
  4. Enjoy!