interactdiffusion
interactdiffusion copied to clipboard
[CVPR 2024] Official repo for "InteractDiffusion: Interaction-Control for Text-to-Image Diffusion Model".
Why does my training run out of memory when the batch size is set to 4, and out of memory when the batch size is set to 2 during multi-GPU...
Thank you for your great work! Will you release the weights of GLIGEN*? I believe this will greatly foster future research on this topic.
Thanks for the impressive work. I try the webui implementation but I find the generated image cannot follow the defined bounding boxes. How should I fix this issue. Prompt: a...
The concept suggested in this paper and the corresponding trained model work very well with regards to the scope of the paper, which is enabling object/subject interaction generation. However, due...
Thank you for sharing your research in this code. Thanks to you, I am studying a lot. I want to conduct an experiment on custom dataset. If you look at...
Hello, I'm trying to train InteractDiffusion using the HOI dataset according to the readme, but I've noticed that the loss isn't decreasing. Instead, it's fluctuating. Is this normal? ![截屏2024-07-03 16...
When I use the command `python inference_batch.py --batch_size 1 --folder generated_output --seed 489 --scheduled-sampling 1.0 --half`, unexpected error occurs: ``` RuntimeError: Error(s) in loading state_dict for FrozenCLIPEmbedder: Unexpected key(s) in...
For fine-tuning GLIGEN*, around which step does it typically converge? This information would be helpful for my further research work. Are the parameter settings consistent?