These weights are trained based on the MaskGIT architecture with OrderTok tokenization strategies.
| File Name | Description | Resolution | Link |
|---|---|---|---|
maskgit128_ordertok.bin |
MaskGIT | 256x256 | Download |
Nativetok_128_300000_stage2.bin |
Nativetok_128 checkpoint | 256x256 | Download |
You can use huggingface_hub to download the weights directly:
from huggingface_hub import hf_hub_download
# Download the main weight
checkpoint_path = hf_hub_download(
repo_id="wangbei1/Nativetok",
filename="maskgit128_ordertok.bin"
)
print(f"Model downloaded to: {checkpoint_path}")Base Framework (1D-Tokenizer): 1D-Tokenizer