Instructions to use loyal-misc/terra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use loyal-misc/terra 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/terra") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 3 files
#1
by loyal-misc - opened
- terra-000005.safetensors +3 -0
- terra-000007.safetensors +3 -0
- terra-000009.safetensors +3 -0
terra-000005.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af291a812eab542e590434b0eadc8b56b742a8b8c5e010cb25e3f91dbd8de10
|
| 3 |
+
size 912578652
|
terra-000007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c451f6e498fa0468fdfd1c0ef5d530f6f6dfda1a0331c2f03088cc9c60dda329
|
| 3 |
+
size 912578652
|
terra-000009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3054bfbff72d0d032ddd96b222d45e6ec9e4bc68d17588bd8ad8e040ad871094
|
| 3 |
+
size 912578644
|