Instructions to use loyal-misc/myst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use loyal-misc/myst with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("loyal-misc/myst") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- myst01.safetensors +3 -0
- myst3.safetensors +3 -0
- myst5.safetensors +3 -0
- myst7.safetensors +3 -0
myst01.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a8790d7d28431056deeb3c77137795d31446237c7d1aa8e17ed62e6e1ce265
|
| 3 |
+
size 912558756
|
myst3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9544ded241f42a41f953dd40f69006193fad08f2f12a955a490d1cfe692bf231
|
| 3 |
+
size 912558756
|
myst5.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68f16194604ed47475ba3f1c9c097585e45bc2bcf39f862b2e73a25007fc363c
|
| 3 |
+
size 912558756
|
myst7.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16ead558b9f49bd64a589626d6f597125b21e25949896aa5ba79afe51c7fb9a3
|
| 3 |
+
size 912558756
|