Upload 2 files
Browse files
utils.py
CHANGED
|
@@ -17,7 +17,7 @@ style_guide = [
|
|
| 17 |
('Polygon HD Style', 'lowpolyhd_learned_embeds.bin')
|
| 18 |
]
|
| 19 |
|
| 20 |
-
IMAGE_SIZE =
|
| 21 |
|
| 22 |
# Prep Scheduler
|
| 23 |
def set_timesteps(scheduler, num_inference_steps):
|
|
|
|
| 17 |
('Polygon HD Style', 'lowpolyhd_learned_embeds.bin')
|
| 18 |
]
|
| 19 |
|
| 20 |
+
IMAGE_SIZE = 224
|
| 21 |
|
| 22 |
# Prep Scheduler
|
| 23 |
def set_timesteps(scheduler, num_inference_steps):
|