Adityadn commited on
Commit
871e9d3
1 Parent(s): 7fd4d1f

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +1 -1
launch.py CHANGED
@@ -35,7 +35,7 @@ def prepare_environment():
35
  requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
36
 
37
  print(f"Python {sys.version}")
38
- print(f"Fooocus version: {fooocus_version.version}")
39
 
40
  if REINSTALL_ALL or not is_installed("torch") or not is_installed("torchvision"):
41
  run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
 
35
  requirements_file = os.environ.get('REQS_FILE', "requirements_versions.txt")
36
 
37
  print(f"Python {sys.version}")
38
+ print("AI Image")
39
 
40
  if REINSTALL_ALL or not is_installed("torch") or not is_installed("torchvision"):
41
  run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)