Open pomelio opened 1 month ago
I am having the same problem. I did a fresh install and the same error is coming up. Did you manage to fix it?
I found a docker image from dock hub and using it all good.
On Mon, 14 Oct 2024 at 2:58 PM, Gökhan Perçem @.***> wrote:
I am having the same problem. I did a fresh install and the same error is coming up. Did you manage to fix it?
— Reply to this email directly, view it on GitHub https://github.com/myshell-ai/MeloTTS/issues/200#issuecomment-2409895924, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLECPXSFJRUZOSI5RS46H3Z3M6O7AVCNFSM6AAAAABPX2ZKQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBZHA4TKOJSGQ . You are receiving this because you authored the thread.Message ID: @.***>
I found a docker image from dock hub and using it all good. … On Mon, 14 Oct 2024 at 2:58 PM, Gökhan Perçem @.> wrote: I am having the same problem. I did a fresh install and the same error is coming up. Did you manage to fix it? — Reply to this email directly, view it on GitHub <#200 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLECPXSFJRUZOSI5RS46H3Z3M6O7AVCNFSM6AAAAABPX2ZKQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBZHA4TKOJSGQ . You are receiving this because you authored the thread.Message ID: @.>
Having this same issue, which docker image did you use?
/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for
weights_only
will be flipped toTrue
. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user viatorch.serialization.add_safe_globals
. We recommend you start settingweights_only=True
for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. return torch.load(ckpt_path, map_location=device) Running on local URL: http://0.0.0.0:8888To create a public link, set
share=True
inlaunch()
. IMPORTANT: You are using gradio version 4.26.0, however version 4.29.0 is available, please upgrade.ERROR: Exception in ASGI application Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs self._core_schema = _getattr_no_parents(self._type, 'pydantic_core_schema') File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents raise AttributeError(attribute) AttributeError: pydantic_core_schema
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi result = await app( # type: ignore[func-returns-value] File "/usr/local/lib/python3.9/site-packages/uvicorn/middleware/proxy_headers.py", line 60, in call return await self.app(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/fastapi/applications.py", line 1054, in call await super().call(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/applications.py", line 113, in call await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/middleware/errors.py", line 187, in call raise exc File "/usr/local/lib/python3.9/site-packages/starlette/middleware/errors.py", line 165, in call await self.app(scope, receive, _send) File "/usr/local/lib/python3.9/site-packages/gradio/route_utils.py", line 695, in call await self.simple_response(scope, receive, send, request_headers=headers) File "/usr/local/lib/python3.9/site-packages/gradio/route_utils.py", line 711, in simple_response await self.app(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/middleware/exceptions.py", line 62, in call await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.9/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 715, in call await self.middleware_stack(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 735, in app await route.handle(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 288, in handle await self.app(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 76, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "/usr/local/lib/python3.9/site-packages/starlette/_exception_handler.py", line 62, in wrapped_app raise exc File "/usr/local/lib/python3.9/site-packages/starlette/_exception_handler.py", line 51, in wrapped_app await app(scope, receive, sender) File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 73, in app response = await f(request) File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 291, in app solved_result = await solve_dependencies( File "/usr/local/lib/python3.9/site-packages/fastapi/dependencies/utils.py", line 656, in solve_dependencies ) = await request_body_to_args( # body_params checked above File "/usr/local/lib/python3.9/site-packages/fastapi/dependencies/utils.py", line 881, in request_body_to_args fields_to_extract = get_cached_model_fields(firstfield.type) File "/usr/local/lib/python3.9/site-packages/fastapi/_compat.py", line 657, in get_cached_model_fields return get_model_fields(model) File "/usr/local/lib/python3.9/site-packages/fastapi/_compat.py", line 284, in get_model_fields return [ File "/usr/local/lib/python3.9/site-packages/fastapi/_compat.py", line 285, in
ModelField(field_info=field_info, name=name)
File "", line 6, in init
File "/usr/local/lib/python3.9/site-packages/fastapi/_compat.py", line 110, in post_init__
self._type_adapter: TypeAdapter[Any] = TypeAdapter(
File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 257, in init
self._init_core_attrs(rebuild_mocks=False)
File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 135, in wrapped
return func(self, *args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 277, in _init_core_attrs
self._core_schema = _get_schema(self._type, config_wrapper, parent_depth=self._parent_depth)
File "/usr/local/lib/python3.9/site-packages/pydantic/type_adapter.py", line 95, in _get_schema
schema = gen.generateschema(type)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 908, in _generate_schema_inner
return self._annotated_schema(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 2028, in _annotated_schema
schema = self._apply_annotations(source_type, annotations)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 2107, in _apply_annotations
schema = get_inner_schema(source_type)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in call
schema = self._handler(source_type)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 2189, in new_handler
schema = metadata_get_schema(source, get_inner_schema)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 2185, in
lambda source, handler: handler(source)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_schema_generation_shared.py", line 83, in call
schema = self._handler(source_type)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 2088, in inner_handler
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner
return self.match_type(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 1029, in match_type
return self._match_generic_type(obj, origin)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 1058, in _match_generic_type
return self._union_schema(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 1378, in _union_schema
choices.append(self.generate_schema(arg))
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 655, in generate_schema
schema = self._generate_schema_inner(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 929, in _generate_schema_inner
return self.match_type(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 1038, in match_type
return self._unknown_type_schema(obj)
File "/usr/local/lib/python3.9/site-packages/pydantic/_internal/_generate_schema.py", line 558, in _unknown_type_schema
raise PydanticSchemaGenerationError(
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'starlette.requests.Request'>. Set get_pydantic_core_schema__` on your type to fully support it.
arbitrary_types_allowed=True
in the model_config to ignore this error or implement `If you got this error by calling handler() within
__get_pydantic_core_schema__
then you likely need to callhandler.generate_schema(<some type>)
since we do not call__get_pydantic_core_schema__
on<some type>
otherwise to avoid infinite recursion.For further information visit https://errors.pydantic.dev/2.9/u/schema-for-unknown-type