Spaces:
Paused
Paused
utils
Browse files
__pycache__/controlnetSD.cpython-310.pyc
ADDED
Binary file (1.82 kB). View file
|
|
__pycache__/utils_inpaint.cpython-310.pyc
ADDED
Binary file (1.1 kB). View file
|
|
utils_inpaint.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
from typing import Tuple
|
|
|
|
|
2 |
|
3 |
def resize_image_dimensions(
|
4 |
original_resolution_wh: Tuple[int, int],
|
|
|
1 |
from typing import Tuple
|
2 |
+
import numapy as np
|
3 |
+
import torch
|
4 |
|
5 |
def resize_image_dimensions(
|
6 |
original_resolution_wh: Tuple[int, int],
|