YJ-142150
YJ-142150
Hi, thanks for your great work. Does text guided img2img and txt2img shares same textual encoder for conditioning? I trained stable diffusion on dream booth which fine-tunes txt2img. Does the...
Thank for great work! I tried `python launch.py --config configs/zero123.yaml --train --gpu 0 data.image_path=./load/images/dog1_rgba.png`, but I encountered the following error. How can I fix this? ``` bin /home/lambdasix/anaconda3/envs/threestudio/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda117.so /home/lambdasix/anaconda3/envs/threestudio/lib/python3.10/site-packages/bitsandbytes/cuda_setup/main.py:145: UserWarning:...
Do I have to download objaverse dataset to run `main.py` by `wget https://tri-ml-public.s3.amazonaws.com/datasets/views_release.tar.gz`? Does the `ObjaverseDataModuleFromConfig` automatically use webdata? I tried to run `main.py`, but it only displayed `datasets not...
I got the error when I tried to fine-tune pre-trained zero123. Have anyone experienced same problem? Traceback (most recent call last): File "/home/lambdasix/zero123/zero123/GLI_zero123main.py", line 918, in trainer.fit(model, data) File "/home/lambdasix/anaconda3/envs/zero123/lib/python3.9/site-packages/pytorch_lightning/trainer/trainer.py",...
Thanks for great work! I tried `python gradio_new.py` on 300000.ckpt. But it doesn't produce novel view. I encountered the following error. How can I fix this? ``` /home/lambdasix/anaconda3/envs/zero123/lib/python3.10/site-packages/gradio/queueing.py:276: PydanticDeprecatedSince20: The...