Glint-Research/Anthos-1
5
Anthos — Gradio demo
Minimal web interface for Anthos, a 984K-param class-conditional DiT that draws flowers.
Run
pip install -r requirements.txt
python app.pyThen open <http://127.0.0.1:7860>.
By default the pipeline downloads Glint-Research/Anthos-1 from the Hugging Face Hub on first run. To load from a local checkout instead:
python app.py --repo ../huggingface_modelOther flags:
--share— print a public gradio.live URL--host 0.0.0.0— listen on all interfaces--port 7860— change the port
Files
The UI does not vendor model code — it shells into the model folder (a snapshot_download cache when given a Hub id, a local path otherwise) and uses modeling.py + pipeline.py + model.safetensors from there.
