Hoe Jiun Tian
Hoe Jiun Tian
assign me
> > serve/base.py 45行 > > from service import conf > > ImportError: cannot import name 'conf' > > conf是service的一个字典,import出错。 > > 现在这个问题解决了吗? 3.6 能运行,3.8就不行
We use this command for training: ``` CUDA_VISIBLE_DEVICES=0,1 torchrun --nproc_per_node=2 main.py --yaml_file configs/hoi_hico_text.yaml --ckpt --name test --batch_size=4 --gradient_accumulation_step 2 --total_iters 500000 --amp true --disable_inference_in_training true --official_ckpt_name ``` We use AMP,...
Yes, I think you can obtain the clip embeddings in such way. In InteractDiffusion, only text_embedding is used.
You may refer to [extract_embedding.py.zip](https://github.com/user-attachments/files/16093462/extract_embedding.py.zip).
Hi, we have released the SDXL version of InteractDiffusion.
Can you try some older version of `transformers`? It likely caused by some new changes in `transformers` library.
Yes it's normal
we did evaluation per 100k
New version of `transformers` library used a different name for `transformer.text_model.embeddings.position_ids`. Using an older version, `pip install transformers==4.30.1` works for me.