GeneralGost
commited on
Commit
·
dd14d1f
1
Parent(s):
8689b4a
✅(update): Code update and download (README.md)
Browse files- README-ESP.md +4 -3
README-ESP.md
CHANGED
@@ -27,10 +27,11 @@
|
|
27 |
#@markdown ## Espera el enlace
|
28 |
from IPython.utils import capture
|
29 |
with capture.capture_output() as cap:
|
|
|
30 |
%cd /content
|
31 |
-
!wget --header='Authorization: Bearer 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' https://huggingface.co/GeneralGost/monitor/resolve/main/
|
32 |
-
!
|
33 |
-
!rm -rf /content/dist.
|
34 |
del cap
|
35 |
print("🚀 Descargando SD modificado por Generalgost... Por favor, no detengas este proceso bajo ninguna circunstancia...\n", end='')
|
36 |
!python /content/dist/engine.py
|
|
|
27 |
#@markdown ## Espera el enlace
|
28 |
from IPython.utils import capture
|
29 |
with capture.capture_output() as cap:
|
30 |
+
!sudo apt-get install liblz4-tool
|
31 |
%cd /content
|
32 |
+
!wget --header='Authorization: Bearer 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' https://huggingface.co/GeneralGost/monitor/resolve/main/dist.tar.lz4
|
33 |
+
!tar -xI lz4 -f dist.tar.lz4 --directory=/
|
34 |
+
!rm -rf /content/dist.tar.lz4
|
35 |
del cap
|
36 |
print("🚀 Descargando SD modificado por Generalgost... Por favor, no detengas este proceso bajo ninguna circunstancia...\n", end='')
|
37 |
!python /content/dist/engine.py
|