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
| { | |
| "_class_name": "LensPipeline", | |
| "_diffusers_version": "0.37.1", | |
| "scheduler": [ | |
| "diffusers", | |
| "FlowMatchEulerDiscreteScheduler" | |
| ], | |
| "vae": [ | |
| "diffusers", | |
| "AutoencoderKLFlux2" | |
| ], | |
| "text_encoder": [ | |
| "transformers", | |
| "LensGptOssEncoder" | |
| ], | |
| "tokenizer": [ | |
| "transformers", | |
| "PreTrainedTokenizerFast" | |
| ], | |
| "transformer": [ | |
| "diffusers", | |
| "LensTransformer2DModel" | |
| ] | |
| } |