#Weights.gg models not working with Applio
1 messages · Page 1 of 1 (latest)
are you doing it locally on colab?
Locally and colab
Send model download link
None of their .index files work in applio (either cloud or local)
I have no issue with other models, only with models from weights.
are you just putting the download link on applio download tab or downloading them on ur own device and manually putting them
Manually putting them. Applio don't allow you to upload weight links
yea ik, thought u used weight link lol
you sure you didnt upload the .zip in there
bc the .zips of those models seems to have unneccessary files
as u see theres the metadata which makes it not work
thats why u need to drag first pth and after the index
no i upload first the .pth file which gets through, but it's always the .index that returns an error.
if you want you can try it on your own, try uploading the pth : it will work, then upload the .index : it will fail.
It only happens to me with Weights models.
lemme try their colab rq
thank u
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/gradio/queueing.py", line 495, in call_prediction
output = await route_utils.call_process_api(
File "/usr/local/lib/python3.10/dist-packages/gradio/route_utils.py", line 232, in call_process_api
output = await app.get_blocks().process_api(
File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1561, in process_api
result = await self.call_function(
File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 1179, in call_function
prediction = await anyio.to_thread.run_sync(
File "/usr/local/lib/python3.10/dist-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
File "/usr/local/lib/python3.10/dist-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
File "/usr/local/lib/python3.10/dist-packages/gradio/utils.py", line 678, in wrapper
response = f(*args, **kwargs)
File "/content/program_ml/tabs/download/download.py", line 35, in save_drop_model
file_name.split("_nprobe_1_")[1].split("_v1")[0]
IndexError: list index out of range
true
@lime basin if u may wanna check this
i honestly dont know why it has this issue, but you can go to the logs folder and create a folder with the madel name and place the index and pth there
that’s because the index was renamed
renaming the index fucks it up that bad? 😭
is this for rvc in general?
got it
just take the default index name on other model
and rename your file
and should work
folder tip don't work neither ! tried it and still gives an error
whats the default index name ? i mean i should take any other working model, copy it's index file name (whatever it is) and paste into the current .index file that was renamed ?
yes
i'll try right now
It works !! Thank you
btw u can use added_IVF87_Flat_nprobe_1_modelname_v2.index for example for the next times