Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,6 @@ class ModelWrapper:
|
|
75 |
|
76 |
@staticmethod
|
77 |
def _get_time():
|
78 |
-
torch.cuda.synchronize()
|
79 |
return time.time()
|
80 |
|
81 |
def sample(self, noise, unet_added_conditions, prompt_embed, fast_vae_decode):
|
|
|
75 |
|
76 |
@staticmethod
|
77 |
def _get_time():
|
|
|
78 |
return time.time()
|
79 |
|
80 |
def sample(self, noise, unet_added_conditions, prompt_embed, fast_vae_decode):
|