ELLA
ELLA copied to clipboard
ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment
When I run the command : python3 inference.py test --save_folder ./assets/ella-inference-examples --ella_path ./models/ella_path/ella-sd1.5-tsc-t5xl.safetensors it met an error: OSError: Error no file named config.json found in directory ./models/stable-diffusion-v1-5. But I found...
Thank you for the amazing work and for sharing this project with the community! I have been trying to train ELLA for SDXL, and I have a few questions regarding...
# Description During multi-GPU inference, I am experiencing issues with category scores that are both incorrect and non-deterministic. Single-GPU or CPU-based inference produces consistent and expected results without this issue....
I wanted to express my appreciation for the excellent work you have done. I would like to inquire about the release of the EMMA code. When can we expect it...
DPG-Bench is definitely a great work in T2I generation evaluation. As for better evaluating T2I models on DPG-Bench, I notice that you recommend generating 4 images for each prompt and...
Related issue: #60 #61
Hye, I really thank the authors for their awesome repo. In case anyone is wandering how to install dpg bench with the latest python3.13; here is the dump of my...
Hi. Could anyone share some details for the environment used to run dpgbench? I used python3.10 and install the requirements. However, still facing random issues like "FileNotFoundError: [Errno 2] No...
当前的最新的modelscope和datasets会出现不兼容,大家都是用的哪个版本的呀
**DPG-Bench** introduced **dense prompt evaluation** for text-to-image (T2I) model benchmarking, becoming one of the most widely used benchmarks in this field. However, as better image generation models continuously emerge and...