Instructions to use SceneWorks/lens-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/lens-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir lens-mlx SceneWorks/lens-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 415 Bytes
2ee26ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"_class_name": "LensPipeline",
"_diffusers_version": "0.37.1",
"scheduler": [
"diffusers",
"FlowMatchEulerDiscreteScheduler"
],
"vae": [
"diffusers",
"AutoencoderKLFlux2"
],
"text_encoder": [
"transformers",
"LensGptOssEncoder"
],
"tokenizer": [
"transformers",
"PreTrainedTokenizerFast"
],
"transformer": [
"diffusers",
"LensTransformer2DModel"
]
} |