TencentQQGYLab / ELLA

ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment
https://ella-diffusion.github.io/
Apache License 2.0
1.1k stars 57 forks source link

Traceback (most recent call last): inference.py", line 4, in <module> import fire ModuleNotFoundError: No module named 'fire' #22

Closed SanicsP closed 7 months ago

SanicsP commented 7 months ago

what is fire module and how to get fire module with pip command ?

SanicsP commented 7 months ago

my bad i forgot install -r requierments sorry

budui commented 7 months ago

https://github.com/google/python-fire

To install Python Fire with pip, run: pip install fire

To install Python Fire with conda, run: conda install fire -c conda-forge