Diffusers Bot
commited on
Upload folder using huggingface_hub
Browse files
main/regional_prompting_stable_diffusion.py
CHANGED
@@ -467,8 +467,6 @@ def make_emblist(self, prompts):
|
|
467 |
|
468 |
|
469 |
def split_dims(xs, height, width):
|
470 |
-
xs = xs
|
471 |
-
|
472 |
def repeat_div(x, y):
|
473 |
while y > 0:
|
474 |
x = math.ceil(x / 2)
|
|
|
467 |
|
468 |
|
469 |
def split_dims(xs, height, width):
|
|
|
|
|
470 |
def repeat_div(x, y):
|
471 |
while y > 0:
|
472 |
x = math.ceil(x / 2)
|