Update Swarmui_Lightning/symb.py
Browse files
Swarmui_Lightning/symb.py
CHANGED
|
@@ -11,6 +11,8 @@ def enlaces_tmp_swarm() -> None:
|
|
| 11 |
"""Crea enlaces simb贸licos para que SwarmUI use /tmp y libere espacio en disco."""
|
| 12 |
base = Path("/teamspace/studios/this_studio")
|
| 13 |
cmds = [
|
|
|
|
|
|
|
| 14 |
"rm -rf /teamspace/studios/this_studio/.cache",
|
| 15 |
"rm -rf /teamspace/studios/this_studio/tmp ~/tmp",
|
| 16 |
"ln -vs /tmp ~/tmp",
|
|
|
|
| 11 |
"""Crea enlaces simb贸licos para que SwarmUI use /tmp y libere espacio en disco."""
|
| 12 |
base = Path("/teamspace/studios/this_studio")
|
| 13 |
cmds = [
|
| 14 |
+
"mkdir -p /teamspace/studios/this_studio/SwarmUI/Models/Stable-Diffusion",
|
| 15 |
+
"mkdir -p /teamspace/studios/this_studio/SwarmUI/Models/Lora",
|
| 16 |
"rm -rf /teamspace/studios/this_studio/.cache",
|
| 17 |
"rm -rf /teamspace/studios/this_studio/tmp ~/tmp",
|
| 18 |
"ln -vs /tmp ~/tmp",
|