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
Browse files- terra-000029.safetensors +3 -0
- terra-000031.safetensors +3 -0
- terra-000033.safetensors +3 -0
terra-000029.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edcdc61c65480314708d9252c2050cfb21083a83fcfc68564925cace6f51aafc
|
| 3 |
+
size 912578652
|
terra-000031.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:776a6e071a1d3803ce226a3643c0f83b1aaa60452d4624a3921520cce381a686
|
| 3 |
+
size 912578652
|
terra-000033.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aebbd50b2156bbc7815f913f372b1605a5ddf224d073396c699814d06c64b34
|
| 3 |
+
size 912578652
|