Chris Ward

Results 49 issues of Chris Ward

Too much of this going on. It's all too easy to fake results and attain funding - this needs to stop! https://github.com/magic-research/magic-animate for a working alternative

``` cd discoart docker build . -t jinaai/discoart discoart git:(main) docker run -p 51000:8888 -v $(pwd):/home/jovyan/ -v $HOME/.cache:/root/.cache --gpus all jinaai/discoart ``` I'm able to access the Jupyter app, but.......

``` --> 560 _message.Message._CheckCalledFromGeneratedFile() 561 if is_extension: 562 return _message.default_pool.FindExtensionByName(full_name) TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out...

Hi, The demo didn't work because the WORKDIR path was not set correctly. This fixes it.

``` (.venv) ➜ TripoSR git:(main) python run.py examples/chair.png --output-dir output/ 2024-03-05 03:56:32,235 - INFO - Initializing model ... /media/user/home/Tools/06_MachineLearning/24_3D/TripoSR/.venv/lib/python3.9/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( /media/user/home/Tools/06_MachineLearning/24_3D/TripoSR/.venv/lib/python3.9/site-packages/transformers/utils/generic.py:309: UserWarning:...

Followed instructions, would not run... ``` (AvatarCLIP) ➜ ShapeGen git:(main) python main.py --target_txt 'a 3d rendering of a strong man in unreal engine' Traceback (most recent call last): File "main.py",...

... for those of us that use pyenv or conda to avoid dependency issues ![Fo4i8_UWcAAZGZZ](https://github.com/openai/grok/assets/888374/b0c3429f-4472-4801-81e6-d80e81a4c133) grok devs: "works for me" ![Laughing-Leo](https://github.com/openai/grok/assets/888374/3ff04901-b2b1-4a88-9910-87bfdd37baf0)

Don't be an amateur and forget to add the python version ;) Nice work!

Best fix this quickly before you start having a flood of dependency issues raised. I created this ticket; https://github.com/xai-org/grok-1/issues/121 but it was closed by overzealous mods. It needs to be...

Unsure how to proceed here - as there's no mention in the docs regarding the style attribute, but an old ticket mentioning templ.RawCSS, and I wasn't able to get this...

enhancement
parser
NeedsDecision