GeneralGost
commited on
Commit
•
8689b4a
1
Parent(s):
9030d1e
✅(update): Code update and download (README.md)
Browse files
README.md
CHANGED
@@ -39,10 +39,11 @@ tags:
|
|
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/
|
44 |
-
!
|
45 |
-
!rm -rf /content/dist.
|
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
|
|
|
39 |
#@markdown ## Espera el enlace
|
40 |
from IPython.utils import capture
|
41 |
with capture.capture_output() as cap:
|
42 |
+
!sudo apt-get install liblz4-tool
|
43 |
%cd /content
|
44 |
+
!wget --header='Authorization: Bearer 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' https://huggingface.co/GeneralGost/monitor/resolve/main/dist.tar.lz4
|
45 |
+
!tar -xI lz4 -f dist.tar.lz4 --directory=/
|
46 |
+
!rm -rf /content/dist.tar.lz4
|
47 |
del cap
|
48 |
print("🚀 Descargando SD modificado por Generalgost... Por favor, no detengas este proceso bajo ninguna circunstancia...\n", end='')
|
49 |
!python /content/dist/engine.py
|