Downloads · 30 days
0
smartguy0505/flux
flux is a text-to-image model from smartguy0505. Use it when you need an image from a text prompt. The card lists the license as apache-2.0.
This holds the baseline for the FLUX Schnel NVIDIA GeForce RTX 4090 contest, which can be forked freely and optimized
Downloads · 30 days
0
Access
Public
Updated Mar 23, 2025
Repo size
—
Likes
0
Public
Click a slice to open those files.
.lock157 KB · 95%
From the Hugging Face model README
This holds the baseline for the FLUX Schnel NVIDIA GeForce RTX 4090 contest, which can be forked freely and optimized
Some recommendations are as follows:
pyproject.toml, including git dependenciesmodels array in the pyproject.toml file, and will be downloaded before benchmarking
pyproject.tomlmodels array in the pyproject.toml (rather than compiling during loading). Loading time matters far more than file sizessrc/main.py, as that includes mostly protocol logic. Most changes should be in models and src/pipeline.pyFor testing, you need a docker container with pytorch and ubuntu 22.04.
You can download your listed dependencies with uv, installed with:
pipx ensurepath
pipx install uv
You can then relock with uv lock, and then run with uv run start_inference