osmunphotography commited on
Commit
7117fa5
·
verified ·
1 Parent(s): 881d1a0

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +1 -1
launch.py CHANGED
@@ -11,7 +11,7 @@ from modules.model_loader import load_file_from_url
11
  from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, upscale_models_path
12
 
13
  REINSTALL_ALL = False
14
- `share=True` in `launch()`
15
 
16
  def prepare_environment():
17
  torch_index_url = os.environ.get('TORCH_INDEX_URL', "https://download.pytorch.org/whl/cu118")
 
11
  from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, upscale_models_path
12
 
13
  REINSTALL_ALL = False
14
+ launch (share=True)
15
 
16
  def prepare_environment():
17
  torch_index_url = os.environ.get('TORCH_INDEX_URL', "https://download.pytorch.org/whl/cu118")