Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

colab error code #36

Open
Mukyung-Kim opened this issue Mar 30, 2023 · 2 comments
Open

colab error code #36

Mukyung-Kim opened this issue Mar 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Mukyung-Kim
Copy link

ValueError: File cannot be fetched: /content/drive/MyDrive/SD/extensions/sd-webui-3d-open-pose-editor/style.css. All files must contained within the Gradio python app working directory, or be a temp file created by the Gradio python app.


tunnel : ngrok

@Mukyung-Kim
Copy link
Author

await self.app(scope, receive, send)

File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 66, in app
response = await func(request)
File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 237, in app
raw_response = await run_endpoint_function(
File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 163, in run_endpoint_function
return await dependant.call(**values)
File "/usr/local/lib/python3.9/dist-packages/gradio/routes.py", line 337, in file
raise ValueError(
ValueError: File cannot be fetched: /content/drive/MyDrive/SD/extensions/sd-webui-3d-open-pose-editor/style.css. All files must contained within the Gradio python app working directory, or be a temp file created by the Gradio python app.

@nonnonstop nonnonstop added the bug Something isn't working label Apr 1, 2023
@nonnonstop
Copy link
Owner

Due to Gradio limitations, extensions must be placed under webui directory.
See AUTOMATIC1111/stable-diffusion-webui#7684.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants