Instructions to use MATRIX-XMD/Xmd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MATRIX-XMD/Xmd with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro-2.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("MATRIX-XMD/Xmd") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/donate.jpg +3 -0
- ʜᴀɴs-xᴍᴅ_ᴠ3🔥.zip +3 -0
images/donate.jpg
ADDED
|
Git LFS Details
|
ʜᴀɴs-xᴍᴅ_ᴠ3🔥.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1bdbd95bdffee685dda55e714276db992f5a155c3c6811c61dc0e6697039d85
|
| 3 |
+
size 238810
|