Instructions to use cptsl/MysticXXX2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cptsl/MysticXXX2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("cptsl/MysticXXX2") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Mystic-XXX-ZIT-v2.safetensors +3 -0
- images/MysticXXX2.png +3 -0
Mystic-XXX-ZIT-v2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1eb793ce93b373b5c9ecb109bf1b16007e022650735f8ea210a6ec5d09d9b398
|
| 3 |
+
size 170128240
|
images/MysticXXX2.png
ADDED
|
Git LFS Details
|