xocialize commited on
Commit
fe54fd6
·
verified ·
1 Parent(s): 9f2b09a

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

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ reference (DiT cosine 0.999999); this variant inherits that port.
19
  ## Usage
20
 
21
  ```python
22
- from lens_mlx.pipeline_mlx import LensPipeline # github.com/xocialize-code/lens-mlx
23
 
24
  # `base` = a microsoft/Lens snapshot (tokenizer + GPT-OSS encoder + FLUX.2 VAE).
25
  pipe = LensPipeline.from_pretrained(base, dit_repo="mlx-community/Lens-Turbo-3.8B-4bit")
 
19
  ## Usage
20
 
21
  ```python
22
+ from lens_mlx.pipeline_mlx import LensPipeline # github.com/xocialize/lens-mlx
23
 
24
  # `base` = a microsoft/Lens snapshot (tokenizer + GPT-OSS encoder + FLUX.2 VAE).
25
  pipe = LensPipeline.from_pretrained(base, dit_repo="mlx-community/Lens-Turbo-3.8B-4bit")