Replies: 1 comment 10 replies
-
you are running from |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Loading weights: E:\automatic\models\Lora\anotherpureface_v10.safetensors -------------------------- 0.0/9.5 MB -:--:--
100%|██████████████████████████████████████████████████████████████████████████████████| 20/20 [00:09<00:00, 2.22it/s]
API error: GET: http://127.0.0.1:7861/file=E:/stable-diffusion-webui/outputs/text/00002-3448286607-An old cabin sits quietly surrounded by trees and the rustling of leaves. {'error': 'ValueError', 'detail': '', 'body': '', 'errors': 'File cannot be fetched: E:/stable-diffusion-webui/outputs/text/00002-3448286607-An old cabin sits quietly surrounded by trees and the rustling of leaves. . All files must contained within the Gradio python app working directory, or be a temp file created by the Gradio python app.'}
HTTP API: ValueError
┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐
│ E:\automatic\venv\lib\site-packages\anyio\streams\memory.py:94 in receive │
│ │
│ E:\automatic\venv\lib\site-packages\anyio\streams\memory.py:89 in receive_nowait │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
WouldBlock
During handling of the above exception, another exception occurred:
┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐
│ E:\automatic\venv\lib\site-packages\starlette\middleware\base.py:78 in call_next │
│ │
│ E:\automatic\venv\lib\site-packages\anyio\streams\memory.py:114 in receive │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
EndOfStream
During handling of the above exception, another exception occurred:
┌───────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────┐
│ E:\automatic\modules\middleware.py:68 in exception_handling │
│ │
│ 67 │ │ try: │
│ > 68 │ │ │ return await call_next(req) │
│ 69 │ │ except CancelledError: │
│ │
│ E:\automatic\venv\lib\site-packages\starlette\middleware\base.py:84 in call_next │
│ │
│ ... 15 frames hidden ... │
│ │
│ E:\automatic\venv\lib\site-packages\fastapi\routing.py:163 in run_endpoint_function │
│ │
│ E:\automatic\venv\lib\site-packages\gradio\routes.py:337 in file │
│ │
│ 336 │ │ │ else: │
│ > 337 │ │ │ │ raise ValueError( │
│ 338 │ │ │ │ │ f"File cannot be fetched: {path_or_url}. All files must contained wi │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
ValueError: File cannot be fetched: E:/stable-diffusion-webui/outputs/text/00002-3448286607-An old cabin sits quietly
surrounded by trees and the rustling of leaves. . All files must contained within the Gradio python app working
directory, or be a temp file created by the Gradio python app.
The generated image is displaying as black, but it is appearing correctly in the saved directory.
Beta Was this translation helpful? Give feedback.
All reactions