SShortSingh.
Back to feed

FoundationVision's Infinity Model Generates 1024px Images in 0.8 Seconds

0
·1 views

FoundationVision has developed Infinity, a bitwise visual autoregressive text-to-image AI model capable of generating 1024×1024 photorealistic images from text prompts. The model uses a novel bitwise token prediction framework with an infinite-vocabulary tokenizer, allowing it to scale beyond the limitations of traditional autoregressive approaches. Infinity produces high-resolution images in 0.8 seconds without additional optimization, making it 2.6 times faster than SD3-Medium while outperforming it on key benchmarks including a GenEval score of 0.73 and an ImageReward score of 0.96. The model also achieved a 66% human preference win rate over competing diffusion models such as SD3-Medium and SDXL. Built on PyTorch, Infinity's weights are publicly available on Hugging Face, making it accessible for use cases ranging from e-commerce imagery to real-time design tools.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Vufinder Releases Vggt-1b-Depth AI Model for Fast 3D Scene Reconstruction

Vufinder has published a depth-estimation AI model called Vggt-1b-Depth on the Replicate platform, built on research from Meta AI and the University of Oxford. The model is a 1-billion-parameter transformer that infers depth maps, camera parameters, and point clouds from single or multiple images in under one second. It supports both image and video inputs, processing frames resized to a maximum of 518 pixels, and can handle everything from monocular shots to multi-view sequences. Potential use cases include robotics perception, mixed reality environment mapping, computer vision pipelines, and synthetic dataset generation. Key limitations include reduced depth precision at its 518-pixel resolution cap, weaker single-view performance compared to specialized monocular models, and slow point-cloud visualization despite fast inference.

0
ProgrammingDEV Community ·

UniRig-AI Model Automates 3D Character Rigging Using SIGGRAPH'25 Research

A new AI model called UniRig-AI, developed by Aaronjmars and based on research from Tsinghua University and Tripo published at SIGGRAPH 2025, automatically generates skeletal rigs and skinning weights for 3D models. The model supports a wide range of character types including humans, animals, and objects, and accepts common file formats such as .glb, .obj, .fbx, and .vrm. It uses a unified autoregressive framework combining skeleton tree tokenization with bone-point cross-attention to produce valid skeleton hierarchies and per-vertex skinning weights in a single pipeline. Compared to previous commercial and academic methods, UniRig-AI claims a 215% improvement in rigging accuracy and a 194% improvement in motion accuracy. The tool is designed to reduce manual rigging time for studios and developers working with large batches of 3D assets or algorithmic content pipelines.

0
ProgrammingDEV Community ·

Apple's SHARP Model Converts Single Photos to 3D Scenes in Under a Second

Apple's SHARP model, deployed on Replicate and maintained by developer Kfarr, can transform a single photograph into a 3D Gaussian splat representation in under one second using a single neural network pass. The model achieves state-of-the-art results, cutting perceptual loss by up to 34% and structural dissimilarity by up to 43% compared to previous methods, while running three orders of magnitude faster. It supports metric scale output, meaning spatial relationships in the generated 3D scenes remain physically accurate for realistic camera movement. Potential applications include e-commerce product visualization, real estate walkthroughs, game asset prototyping, and VR content creation from existing images. Key limitations include degraded quality for large camera movements, incompatibility with standard mesh-based 3D tools, and a requirement for a CUDA-capable GPU to render video from the generated splats.

0
ProgrammingDEV Community ·

NVIDIA-Based TitaNet-Large Model Enables AI Speaker Verification Across Use Cases

TitaNet-Large is an open AI model maintained by Adirik on Replicate, built on NVIDIA's NeMo framework with roughly 23 million parameters. The model compares two audio clips to determine whether they contain the same speaker, returning a binary result and a cosine similarity score. It supports applications including voice authentication, call-center identity checks, KYC compliance workflows, and speaker diarization preprocessing. Users can adjust the similarity threshold between 0.1 and 0.95 to tune the balance between false acceptances and false rejections. The model requires 16 kHz mono-channel audio input, meaning recordings at other sample rates must be converted before use.