Commit ·
320b8e4
1
Parent(s): 6df73fa
✅fix(access): Access error code solution (README.md)
Browse files
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
|
| 40 |
-
import os
|
| 41 |
from IPython.utils import capture
|
| 42 |
with capture.capture_output() as cap:
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 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
|