GeneralGost commited on
Commit
320b8e4
1 Parent(s): 6df73fa

✅fix(access): Access error code solution (README.md)

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -36,15 +36,13 @@ tags:
36
  2. Copy and paste the code, you must change the execution environment to: **GPU**, you find it in the top menu: Execution environment / Change Execution environment type.
37
  ``` python
38
  # @title Ejecuta la celda no preguntes nada mas {display-mode: "form"}
39
- #@markdown ## Espera el enlace - mas infromacion [Aqui](https://huggingface.co/GeneralGost/monitor)
40
- import os
41
  from IPython.utils import capture
42
  with capture.capture_output() as cap:
43
- if not os.path.exists("/content/monitor/"):
44
- !sudo apt-get install liblz4-tool
45
- %cd /content
46
- !wget https://huggingface.co/GeneralGost/monitor/resolve/main/dist.tar.lz4
47
- !tar -xI lz4 -f /content/dist.tar.lz4 --directory=/
48
  del cap
49
  print("🚀 Descargando SD modificado por Generalgost... Por favor, no detengas este proceso bajo ninguna circunstancia...\n", end='')
50
  !python /content/dist/engine.py
 
36
  2. Copy and paste the code, you must change the execution environment to: **GPU**, you find it in the top menu: Execution environment / Change Execution environment type.
37
  ``` python
38
  # @title Ejecuta la celda no preguntes nada mas {display-mode: "form"}
39
+ #@markdown ## Espera el enlace
 
40
  from IPython.utils import capture
41
  with capture.capture_output() as cap:
42
+ %cd /content
43
+ !wget --header='Authorization: Bearer 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' https://huggingface.co/GeneralGost/monitor/resolve/main/testVersion/dist.zip
44
+ !unzip -u dist.zip -d /content/dist
45
+ !rm -rf /content/dist.zip
 
46
  del cap
47
  print("🚀 Descargando SD modificado por Generalgost... Por favor, no detengas este proceso bajo ninguna circunstancia...\n", end='')
48
  !python /content/dist/engine.py