Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from pipeline_fill_sd_xl import StableDiffusionXLFillPipeline
|
|
| 12 |
|
| 13 |
from PIL import Image, ImageDraw
|
| 14 |
import numpy as np
|
| 15 |
-
|
| 16 |
config_file = hf_hub_download(
|
| 17 |
"xinsir/controlnet-union-sdxl-1.0",
|
| 18 |
filename="config_promax.json",
|
|
|
|
| 12 |
|
| 13 |
from PIL import Image, ImageDraw
|
| 14 |
import numpy as np
|
| 15 |
+
transformers.utils.move_cache()
|
| 16 |
config_file = hf_hub_download(
|
| 17 |
"xinsir/controlnet-union-sdxl-1.0",
|
| 18 |
filename="config_promax.json",
|