Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Error executing callback ui_tabs_callback #42

@numbereleven-a

Description

@numbereleven-a

I used the add-on for 2 months, today the controlnet was updated from 312 to 313 versions and the reactor and an error appeared, access to the tmp folder was and is.

*** Error executing callback ui_tabs_callback for G:\stable-diffusion\extensions\sd-webui-depth-lib\scripts\main.py
Traceback (most recent call last):
File "G:\stable-diffusion\modules\script_callbacks.py", line 153, in ui_tabs_callback
res += c.callback() or []
File "G:\stable-diffusion\extensions\sd-webui-depth-lib\scripts\main.py", line 47, in on_ui_tabs
dataset = gr.Examples(examples=os.path.join(maps_path, t), inputs=[png_input_area],examples_per_page=24,label="Depth Maps", elem_id="examples")
File "g:\stable-diffusion\venv\lib\site-packages\gradio\helpers.py", line 54, in create_examples
examples_obj = Examples(
File "g:\stable-diffusion\venv\lib\site-packages\gradio\helpers.py", line 201, in init
self.processed_examples = [
File "g:\stable-diffusion\venv\lib\site-packages\gradio\helpers.py", line 202, in
[
File "g:\stable-diffusion\venv\lib\site-packages\gradio\helpers.py", line 203, in
component.postprocess(sample)
File "g:\stable-diffusion\venv\lib\site-packages\gradio\components.py", line 1866, in postprocess
return client_utils.encode_url_or_file_to_base64(y)
File "g:\stable-diffusion\venv\lib\site-packages\gradio_client\utils.py", line 361, in encode_url_or_file_to_base64
return encode_file_to_base64(path)
File "g:\stable-diffusion\venv\lib\site-packages\gradio_client\utils.py", line 335, in encode_file_to_base64
with open(f, "rb") as file:
PermissionError: [Errno 13] Permission denied: 'tmp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions