solved #478
solved
#478
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there, I get an error when I try to generate an image by using ControlNet v1.1.170 (don't know how to update to v1.1.233 yet).
The error happens when I use Preprocessor: softedge_hed and Model: control_v11p_sd15_softedge [a857a2a] (or other Models).
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:34<00:00, 1.72s/it]
Total progress: 100%|██████████████████████████████████████████████████████████████████| 20/20 [00:34<00:00, 1.73s/it]
Traceback (most recent call last):█████████████████████████████████████████████████████| 20/20 [00:34<00:00, 1.78s/it]
File "C:\Program Files (x86)\AI - StableDif\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 422, in run_predict
output = await app.get_blocks().process_api(
File "C:\Program Files (x86)\AI - StableDif\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1326, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\Program Files (x86)\AI - StableDif\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1260, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "C:\Program Files (x86)\AI - StableDif\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 4461, in postprocess
file = self.pil_to_temp_file(img, dir=self.DEFAULT_TEMP_DIR)
File "C:\Program Files (x86)\AI - StableDif\stable-diffusion-webui\modules\ui_tempdir.py", line 55, in save_pil_to_file
file_obj = tempfile.NamedTemporaryFile(delete=False, suffix=".png", dir=dir)
File "C:\Program Files\Python310\lib\tempfile.py", line 559, in NamedTemporaryFile
file = _io.open(dir, mode, buffering=buffering,
File "C:\Program Files\Python310\lib\tempfile.py", line 556, in opener
fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
File "C:\Program Files\Python310\lib\tempfile.py", line 256, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\user\AppData\Local\Temp\gradio\tmpoudd_ta5.png
Beta Was this translation helpful? Give feedback.
All reactions