Instructions to use loyal-misc/tweak with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use loyal-misc/tweak 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/tweak") prompt = "/(((tweak_kobold_reptile/))),scalie,accessory,anthro,bald_crotch" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 3 files (#7)
Browse files- Upload 3 files (0efc6de303c1a47432e69dc635e738b45f602cfd)
- 16.safetensors +3 -0
- 21.safetensors +3 -0
- 26.safetensors +3 -0
16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7d5fbb827967fcc79ec2f1ef5a202746866dac8a44f22ce54e90340ec926d71
|
| 3 |
+
size 912560804
|
21.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3840b6d9d28a842c1aafa98091d937cb66f70e7e304adb5b893254246c3dea44
|
| 3 |
+
size 912560804
|
26.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bb25eb94f8610397d75d5522b3c0d4ae200e9d18ba329ebb8298492d586b40a
|
| 3 |
+
size 912560804
|