Diffusers
multilingual
flux.1
minicpm-o
qwenvl
internvl
text-to-image
multi-image-to-image
video-to-image
text_image-to-image
audio-to-image
speech-to-image
any-to-image
Instructions to use OPPOer/X2I with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OPPOer/X2I with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OPPOer/X2I", 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
Upload 2 files
Browse files- qwen2.5-vl-3b_proj.pt +3 -0
- qwen2.5-vl-7b_proj.pt +3 -0
qwen2.5-vl-3b_proj.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a35e1b5ebf6754d59ed3d9defc67df40f5f035891c8261b9a2c486c9de6a6b3d
|
| 3 |
+
size 56638468
|
qwen2.5-vl-7b_proj.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b4ceaf7b3dd998ab750f186075ff940f5ae8e4cb3aa31e84707a82cecbe623e
|
| 3 |
+
size 69227076
|