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

✅update(Code): Update highlighted code (README.md)

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -35,17 +35,17 @@ tags:
35
  1. Copy the code below into a new Google Colab Notebook like this: Menu - File/New Notebook
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
49
  ```
50
  3. In the tests carried out, the Colab lasted more than an hour, keep that in mind.
51
 
 
35
  1. Copy the code below into a new Google Colab Notebook like this: Menu - File/New Notebook
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
49
  ```
50
  3. In the tests carried out, the Colab lasted more than an hour, keep that in mind.
51