Spaces:
Paused
Paused
lllyasviel
commited on
Commit
·
2494346
1
Parent(s):
bb0c03e
- modules/core.py +2 -0
- modules/default_pipeline.py +1 -1
modules/core.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import os
|
2 |
import random
|
3 |
import cv2
|
|
|
1 |
+
import cuda_malloc
|
2 |
+
|
3 |
import os
|
4 |
import random
|
5 |
import cv2
|
modules/default_pipeline.py
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
import os
|
2 |
import torch
|
3 |
-
import modules.core as core
|
4 |
|
5 |
from modules.path import modelfile_path
|
6 |
|
|
|
1 |
+
import modules.core as core
|
2 |
import os
|
3 |
import torch
|
|
|
4 |
|
5 |
from modules.path import modelfile_path
|
6 |
|