Instructions to use tk93/V-Express with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tk93/V-Express with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tk93/V-Express", 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
- Local Apps
- Draw Things
- DiffusionBee
Commit History
Update README.md d333da2 verified
update: add empty file dc60631
kuantian commited on
update: remove unused file 184e338
kuantian commited on
update: readme a1fc917
kuantian commited on
update: use .bin replace .pth e55df13
kuantian commited on