Replies: 3 comments 1 reply
-
I've pushed an update that should make sure a working version of pydantic/pydantic-core gets installed. I haven't been able to test it myself, since I couldn't reproduce the error you got, but hopefully I will work. |
Beta Was this translation helpful? Give feedback.
-
That one was a bit tricker. It looks like it finds a path to an old Cuda installation. RF should work fine with Cuda 12.4. https://developer.nvidia.com/cuda-12-4-0-download-archive EDIT: |
Beta Was this translation helpful? Give feedback.
-
Once I deleted in my home folder the huggingface folder it downloaded again
and worked.
…On Thu, 6 Mar 2025 at 21:47, yownas ***@***.***> wrote:
That one was a bit tricker. It looks like it finds a path to an old Cuda
installation. os.add_dll_directory(os.path.join(os.environ["CUDA_PATH"],
"bin")) but when it tries to load it, it isn't there any more.
FileNotFoundError: [WinError 2] The system cannot find the file specified:
'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.0\bin'
RF should work fine with Cuda 12.4.
https://developer.nvidia.com/cuda-12-4-0-download-archive
Newer versions should work too.
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7QSAF7YBXINAGOPH3RHLO32TCQ5TAVCNFSM6AAAAABYI5NSBOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBRHAZDKMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please help. I reinstalled RuinedFooocus and got this error message:
Traceback (most recent call last): File "C:\RuinedFooocus\RuinedFooocus\entry_with_update.py", line 54, in <module> from launch import * File "C:\RuinedFooocus\RuinedFooocus\launch.py", line 169, in <module> from webui import * File "C:\RuinedFooocus\RuinedFooocus\webui.py", line 13, in <module> import gradio as gr File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\__init__.py", line 3, in <module> import gradio._simple_templates File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\_simple_templates\__init__.py", line 1, in <module> from .simpledropdown import SimpleDropdown File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\_simple_templates\simpledropdown.py", line 7, in <module> from gradio.components.base import Component, FormComponent File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\components\__init__.py", line 1, in <module> from gradio.components.annotated_image import AnnotatedImage File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\components\annotated_image.py", line 14, in <module> from gradio import processing_utils, utils File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\processing_utils.py", line 29, in <module> from gradio import utils, wasm_utils File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\utils.py", line 66, in <module> from gradio.data_classes import ( File "C:\RuinedFooocus\python_embeded\lib\site-packages\gradio\data_classes.py", line 22, in <module> from fastapi import Request File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\__init__.py", line 7, in <module> from .applications import FastAPI as FastAPI File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\applications.py", line 16, in <module> from fastapi import routing File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\routing.py", line 24, in <module> from fastapi import params File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\params.py", line 5, in <module> from fastapi.openapi.models import Example File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\openapi\models.py", line 4, in <module> from fastapi._compat import ( File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\_compat.py", line 21, in <module> from fastapi.exceptions import RequestErrorModel File "C:\RuinedFooocus\python_embeded\lib\site-packages\fastapi\exceptions.py", line 3, in <module> from pydantic import BaseModel, create_model File "C:\RuinedFooocus\python_embeded\lib\site-packages\pydantic\__init__.py", line 421, in __getattr__ module = import_module(module_name, package=package) File "importlib\__init__.py", line 126, in import_module File "C:\RuinedFooocus\python_embeded\lib\site-packages\pydantic\main.py", line 34, in <module> from ._internal import ( File "C:\RuinedFooocus\python_embeded\lib\site-packages\pydantic\_internal\_decorators.py", line 16, in <module> from ._core_utils import get_type_ref File "C:\RuinedFooocus\python_embeded\lib\site-packages\pydantic\_internal\_core_utils.py", line 8, in <module> from pydantic_core import validate_core_schema as _validate_core_schema ImportError: cannot import name 'validate_core_schema' from 'pydantic_core' (C:\RuinedFooocus\python_embeded\lib\site-packages\pydantic_core\__init__.py)
Beta Was this translation helpful? Give feedback.
All reactions