xocialize commited on
Commit
2933d2c
·
verified ·
1 Parent(s): 8bc0c4c

Point code-repo links to canonical xocialize/lens-mlx

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ denoise trajectory, so quantized samples differ in composition from bf16 but are
23
  ## Usage
24
 
25
  ```python
26
- from lens_mlx.pipeline_mlx import LensPipeline # github.com/xocialize-code/lens-mlx
27
 
28
  # `base` = a microsoft/Lens snapshot providing the tokenizer, GPT-OSS encoder, and FLUX.2 VAE.
29
  pipe = LensPipeline.from_pretrained(base, dit_repo="mlx-community/Lens-3.8B-4bit")
@@ -38,4 +38,4 @@ img.save("out.png")
38
  - **FLUX.2 VAE:** its own (FLUX.2-dev) terms — **not re-hosted**; fetched from source.
39
 
40
  Upstream: [microsoft/Lens](https://huggingface.co/microsoft/Lens) ·
41
- MLX port: [xocialize-code/lens-mlx](https://github.com/xocialize-code/lens-mlx)
 
23
  ## Usage
24
 
25
  ```python
26
+ from lens_mlx.pipeline_mlx import LensPipeline # github.com/xocialize/lens-mlx
27
 
28
  # `base` = a microsoft/Lens snapshot providing the tokenizer, GPT-OSS encoder, and FLUX.2 VAE.
29
  pipe = LensPipeline.from_pretrained(base, dit_repo="mlx-community/Lens-3.8B-4bit")
 
38
  - **FLUX.2 VAE:** its own (FLUX.2-dev) terms — **not re-hosted**; fetched from source.
39
 
40
  Upstream: [microsoft/Lens](https://huggingface.co/microsoft/Lens) ·
41
+ MLX port: [xocialize/lens-mlx](https://github.com/xocialize/lens-mlx)