stlaurentjr commited on
Commit
41211e8
·
1 Parent(s): 07e3848

очистить после установки animatediff reactor

Browse files
Files changed (1) hide show
  1. scripts/mainrunpodA1111.py +2 -1
scripts/mainrunpodA1111.py CHANGED
@@ -473,6 +473,7 @@ def InstallReActor():
473
  stderr=DEVNULL
474
  )
475
  # Вовзрат в корневую директорию
 
476
  os.chdir("/workspace")
477
  else:
478
  #Возврат в корневую директорию
@@ -508,12 +509,12 @@ def InstallAnimateDiff():
508
  # stderr=DEVNULL
509
  # )
510
  # Вовзрат в корневую директорию
 
511
  os.chdir("/workspace")
512
  else:
513
  # Возврат в корневую директорию
514
  os.chdir("/workspace")
515
 
516
-
517
  def InstallWildCards():
518
  # Путь к целевой директории
519
  target_dir = "/workspace/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-wildcards/wildcards/"
 
473
  stderr=DEVNULL
474
  )
475
  # Вовзрат в корневую директорию
476
+ clear_output()
477
  os.chdir("/workspace")
478
  else:
479
  #Возврат в корневую директорию
 
509
  # stderr=DEVNULL
510
  # )
511
  # Вовзрат в корневую директорию
512
+ clear_output()
513
  os.chdir("/workspace")
514
  else:
515
  # Возврат в корневую директорию
516
  os.chdir("/workspace")
517
 
 
518
  def InstallWildCards():
519
  # Путь к целевой директории
520
  target_dir = "/workspace/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-wildcards/wildcards/"