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
Add 3 files
Browse files- images/myst.png +3 -0
- myst39.safetensors +3 -0
- myst41.safetensors +3 -0
images/myst.png
ADDED
|
Git LFS Details
|
myst39.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f46f5da07b138921396b7dab7cf0ef8b91444638326c88d4b4e768084bd23394
|
| 3 |
+
size 912558756
|
myst41.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42e56e487fa879df1ba8a23d73e769169957bcfb7fcceff771e9ee266e7b9578
|
| 3 |
+
size 912558756
|