README.md
pyproject.toml
fastpluggy_ia_tools.egg-info/PKG-INFO
fastpluggy_ia_tools.egg-info/SOURCES.txt
fastpluggy_ia_tools.egg-info/dependency_links.txt
fastpluggy_ia_tools.egg-info/entry_points.txt
fastpluggy_ia_tools.egg-info/requires.txt
fastpluggy_ia_tools.egg-info/top_level.txt
src/__init__.py
src/config.py
src/models.py
src/plugin.py
src/router.py
src/storage.py
src/widgets.py
src/routers/__init__.py
src/routers/image_gen.py
src/static/css/image_gen.css
src/static/js/image_gen.js
src/tasks/__init__.py
src/tasks/image_gen_task.py
src/templates/gpu_info.html.j2
src/templates/image_gen_detail.html.j2
src/templates/image_gen_form.html.j2
src/templates/image_gen_gallery.html.j2
src/templates/partials/_duration.html.j2
src/templates/partials/image_card.html.j2
src/tools/__init__.py
src/tools/huggingface_cache_tool.py
src/tools/image_gen_tool.py
src/tools/nvidia_gpu_tool.py
tests/test_image_gen_routes.py
tests/test_image_gen_service.py