iiiCpu

Results 14 comments of iiiCpu

Same if `_get_property_list` is overloaded. Or, rather, in one project debugger detaches from paused process with said error. And [in minimized test project](https://github.com/godotengine/godot/files/10362037/debugger_error.zip) editor just leaves with standard windows crash...

Fix CUDA_PATH https://github.com/TencentARC/InstantMesh/issues/51#issuecomment-2128868173

Long story short, nvdiffrast_plugin is build against `CUDA_PATH` version, not first (or the only) in `PATH`. So, delete nvdiffrast_plugin and set correct `CUDA_PATH` before run. ``` rmdir /S %userprofile%\AppData\Local\torch_extensions\torch_extensions\Cache\py310_cu121\nvdiffrast_plugin set...

Type `I solemnly swear that I am up to no good` at the beginning of file name. Well, jokes aside, I bet logo strongly differs from the rest of hoodie....

> @iiiCpu Is there any possibility to improve InstantMesh output objects by training them? If so, how would you train? Note that i'm not from the developer team. Neither I...

You installed CPU `torch` and GPU `xformers`, therefore you have conflict in versions. Reinstall them all for either CPU or GPU. `python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 xformers`

Dream big! Too bad, MusicGen is made specifically for audio output, not midi or text. So, it's practically impossible to finetune it's output without messing up EVERYTHING. You can still...

InstantMesh uses Zero123++. And Zero123++, as far as I know, is 256x256 model. Giving better images with higher resolution will do nothing as it is forcefully downscaled to 256x256. So,...

Hm hm hm ``` ['python', './run.py', '--frame-processors', 'face_swapper', '-s', 'M:\\ComfyUI\\temp\\deepfuze_00002_.png', '-t', 'M:\\ComfyUI\\temp\\deepfuze_00002.mp4', '--face-detector-model', 'yoloface', '-o', 'M:\\ComfyUI\\temp\\faceswap_17230193347680917.mp4', '--face-swapper-model', 'blendswap_256', '--reference-face-position', '0', '--face-mask-padding', '0', '0', '0', '0', '--headless', '--execution-providers', 'cuda'] Traceback (most...

Now I have ``` [DEEPFUZE.PROCESSORS.FRAME.CORE] Frame processor face_swapper could not be loaded ``` error. Flip this slip, i'm out!