Skip to content

Run #4

New issue

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

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

Already on GitHub? Sign in to your account

Open
Access1919 opened this issue Nov 22, 2024 · 6 comments
Open

Run #4

Access1919 opened this issue Nov 22, 2024 · 6 comments

Comments

@Access1919
Copy link

No description provided.

@DrStr4Nge147
Copy link

DrStr4Nge147 commented Nov 24, 2024

Hello,
After installing, gave me this error:
image
image

Cannot proceed to the app. Already reinstalled it.

@ai-anchorite
Copy link
Collaborator

have to assume it's a download issue where it failed to install requirements.txt.
Can only try again and keep an eye on the install spam to see if a connection is failing.

@DrStr4Nge147
Copy link

I tried to look the contents inside th requirements.txt and the first line is this:

git+https://github.com/finegrain-ai/refiners@a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5

When i tried to run this url, it's not available.
image

@ai-anchorite
Copy link
Collaborator

Hiya.

That's the specific version/git commit of the refiners package.

the @a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5 stuff is for github, it won't open in a browser.

I just installed it now from scratch and works fine. Guessing it's failing that connection to github due to congestion or connection settings. maybe just bad luck.

Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting git+https://github.com/finegrain-ai/refiners@a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5 (from -r requirements.txt (line 1))
  Cloning https://github.com/finegrain-ai/refiners (to revision a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5) to f:\pinokio\cache\tmpdir\pip-req-build-ilwp58g2
  Running command git clone --filter=blob:none --quiet https://github.com/finegrain-ai/refiners 'F:\pinokio\cache\TMPDIR\pip-req-build-ilwp58g2'
  Running command git rev-parse -q --verify 'sha^a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5'
  Running command git fetch -q https://github.com/finegrain-ai/refiners a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
  Running command git checkout -q a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
  Resolved https://github.com/finegrain-ai/refiners to commit a5d3c2971b84f6faa4762b1cf5a07f4f812bb1f5
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting gradio_imageslider==0.0.20
  Downloading gradio_imageslider-0.0.20-py3-none-any.whl (101 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.5/101.5 kB 1.4 MB/s eta 0:00:00
Requirement already satisfied: numpy<2.0.0 in f:\pinokio\api\clarity-refiners.git\app\env\lib\site-packages (from -r requirements.txt (line 3)) (1.26.3)
Collecting pillow>=10.4.0
  Downloading pillow-11.0.0-cp310-cp310-win_amd64.whl (2.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 10.2 MB/s eta 0:00:00
Collecting pillow-heif>=0.18.0
  Downloading pillow_heif-0.20.0-cp310-cp310-win_amd64.whl (8.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 17.0 MB/s eta 0:00:00

@ai-anchorite
Copy link
Collaborator

ai-anchorite commented Nov 24, 2024

The install log folder is here: E:\pinokio\logs\shell\cleaned\api\clarity-refiners-ui.git

Check the install.js.0.txt file

it's spammy but my example above is cut'n'pasted from it. About 40% into the file.
Yours should show the reason it's failing to install.

@DrStr4Nge147
Copy link

DrStr4Nge147 commented Nov 24, 2024

It is working now. Thank you for your responses. Much appreciated.

I guess it is just the connection problem.

Unfortunately, I have only an RTX 2060 6gb of VRAM, which took a long time to process and did not produce result.
I saw the description for optimal performance, it needs atleast 8gb VRAM.

Planning to upgrade a GPU in the future. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants