Instructions to use hyperpixel123/bilta-gilata1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- mflux
How to use hyperpixel123/bilta-gilata1 with mflux:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- MLX
How to use hyperpixel123/bilta-gilata1 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir bilta-gilata1 hyperpixel123/bilta-gilata1
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 805 Bytes
f7b72c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | [build-system]
requires = ["hatchling>=1.26"]
build-backend = "hatchling.build"
[project]
name = "bilta-gilata1"
version = "1.0.0"
description = "Local Apple-Silicon pixel-art generator with 65 Aseprite palettes"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["mflux==0.18.1", "Pillow>=10"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: MacOS :: MacOS X",
"Environment :: Console",
"Topic :: Multimedia :: Graphics",
]
[project.scripts]
bilta-gilata1 = "bilta_gilata1.cli:main"
[project.urls]
Homepage = "https://huggingface.co/hyperpixel123/bilta-gilata1"
[tool.hatch.build.targets.wheel]
packages = ["src/bilta_gilata1"]
[tool.hatch.build.targets.sdist]
include = ["src/bilta_gilata1", "README.md", "THIRD_PARTY_NOTICES.md", "pyproject.toml"]
|