pharrowboy
pharrowboy
> This is what the script is actually doing to split the GPU. > > ``` > Set-VMGpuPartitionAdapter -VMName $VMName -MinPartitionVRAM ([math]::round($(1000000000 / $devider))) -MaxPartitionVRAM ([math]::round($(1000000000 / $devider))) -OptimalPartitionVRAM ([math]::round($(1000000000...
its pretty simple. download the current version and uncomment line 101 of project_mesh.py and comment next line after it. then set the resolution variable anywhere its found within that file...
> > @Humanoid-z Use the version here https://huggingface.co/spaces/Wuvin/Unique3D/tree/main > > The line 101 is just a comment line though: > >  > > https://huggingface.co/spaces/Wuvin/Unique3D/blob/main/scripts/project_mesh.py > > Would you mind...
i forgot to mention that after changing the resolution in the files i used a 8192x8192 image file that is perfectly square. if the image is not 8192x8192 to begin...
your link requires access permission to see it. but anyways one thing i noticed was that images of your object need to be looking dead center at the camera. and...
on latest 3.2 im getting a key error with single concurrency. ``` Traceback (most recent call last): File "/home/pharrow/ktransformers/ktransformers/server/main.py", line 122, in main() File "/home/pharrow/ktransformers/ktransformers/server/main.py", line 109, in main create_interface(config=cfg,...