darkstorm2150 commited on
Commit
082c71d
·
verified ·
1 Parent(s): 263ec6a

Disabling protogen echo and enabling -q flag, verbose is flooding entire output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ else:
88
 
89
  # Load Protogen model (example custom model)
90
  os.system(f'echo "Downloading Protogen X3.4 Stable Diffusion model..."')
91
- os.system(f"wget https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release/resolve/main/ProtoGen_X3.4.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/ProtoGen_X3.4.safetensors")
92
 
93
  # Launch WebUI with custom settings
94
  os.system(f'echo "Starting WebUI with custom configurations..."')
 
88
 
89
  # Load Protogen model (example custom model)
90
  os.system(f'echo "Downloading Protogen X3.4 Stable Diffusion model..."')
91
+ os.system(f"wget -q https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Release/resolve/main/ProtoGen_X3.4.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/ProtoGen_X3.4.safetensors")
92
 
93
  # Launch WebUI with custom settings
94
  os.system(f'echo "Starting WebUI with custom configurations..."')