Instructions to use ViTeX-Bench/ViTeX-Edit-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ViTeX-Bench/ViTeX-Edit-14B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ViTeX-Bench/ViTeX-Edit-14B", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
Point self-clone URL and download command to renamed repo 74f6150
Anonymous Authors commited on
Rename displayed model name to ViTeX-Edit-14B in the model card 9b9fe26
Anonymous Authors commited on
Update README.md 446f008 verified
Slim model card to the unified suite template 0ebe983
Anonymous Authors commited on
Unify companion-repo links in the model card header 8fc9a54
Anonymous Authors commited on
Rename '(Corp)' variant to '(Composite)' to match the paper 3ceb528
Anonymous Authors commited on