vae-lyra-xl-adaptive-cantor-illustrious
393
1
license:mit
by
AbstractPhil
Multimodal
OTHER
New
393 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Learned Parameterspython
from lyra_xl_multimodal import load_lyra_from_hub
model = load_lyra_from_hub("AbstractPhil/vae-lyra-xl-adaptive-cantor-illustrious")
model.eval()
inputs = {
"clip_l": clip_l_embeddings, # [batch, 77, 768]
"clip_g": clip_g_embeddings, # [batch, 77, 1280]
"t5_xl_l": t5_xl_embeddings, # [batch, 512, 2048]
"t5_xl_g": t5_xl_embeddings # [batch, 512, 2048]
}
recons, mu, logvar, _ = model(inputs, target_modalities=["clip_l", "clip_g"])Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.