revise space

This commit is contained in:
layerdiffusion
2024-08-19 22:43:09 -07:00
parent fef6df29d9
commit 65ec461f8a
9 changed files with 18 additions and 7 deletions

View File

@@ -103,6 +103,10 @@ class GPUObject:
return self
def capture_gpu_object():
return GPUObject()
def GPU(gpu_objects=None, manual_load=False):
gpu_objects = gpu_objects or []