Skip to content

A Unity package to run pretrained transformer models with Unity Sentis

License

Notifications You must be signed in to change notification settings

julienkay/com.doji.transformers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doji logo

Transformers

A Unity package to run pretrained transformer models with Unity Sentis

OpenUPM · Documentation (coming soon) · Feedback/Questions

About

This package is meant to be used together with the com.doji.diffusers package to run Stable Diffusion models in Unity.

It is essentially a C# port of Hugging Face’s transformers library. As of today, the only implementations available are:

  • a CLIPTokenizer
  • tokenizer base classes