Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
832f927
1
Parent(s):
8a8a40d
main.py
CHANGED
@@ -25,7 +25,7 @@ device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
|
25 |
|
26 |
SCREEN_WIDTH = 512
|
27 |
SCREEN_HEIGHT = 384
|
28 |
-
NUM_SAMPLING_STEPS =
|
29 |
|
30 |
with open('latent_stats.json', 'r') as f:
|
31 |
latent_stats = json.load(f)
|
|
|
25 |
|
26 |
SCREEN_WIDTH = 512
|
27 |
SCREEN_HEIGHT = 384
|
28 |
+
NUM_SAMPLING_STEPS = 8
|
29 |
|
30 |
with open('latent_stats.json', 'r') as f:
|
31 |
latent_stats = json.load(f)
|