nonnonstop / sd-webui-3d-open-pose-editor

3d openpose editor for stable diffusion and controlnet
MIT License
768 stars 93 forks source link

colab error code #36

Open Mukyung-Kim opened 1 year ago

Mukyung-Kim commented 1 year ago

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 commented 1 year ago
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 commented 1 year ago

Due to Gradio limitations, extensions must be placed under webui directory. See https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7684.