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
Model licensing
Thank you very much for your work. This is awesome!
I have one question regarding licensing. This repository is marked with the Apache 2.0 license, which allows usage for commercial purposes. According to the GitHub page, the repository contains all the model files required to run the solution. However, on the project’s GitHub page, there is information stating:
"The code of V-Express is released for both academic and commercial usage. However, both manual-downloading and auto-downloading models from V-Express are for non-commercial research purposes. Our released checkpoints are also for research purposes only."
Can you please explain this discrepancy?
Thank you very much!
Thank you for your acknowledgment. The license is automatically added, and we have already made the modifications.