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 2 files (#2)
Browse files- Upload 2 files (f2279a94c5df90bc029a6502a2360eb03ee5dec2)
- 91.safetensors +3 -0
- 96.safetensors +3 -0
91.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06fd0dde7487672a9e09935aa72fc5fcafca42e69e34c3fe61a30e7bdab8a707
|
| 3 |
+
size 912560804
|
96.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3d3a2309805627d0b640ac8a73e2585a4ef458145b32b90d2285e30ff59c00b
|
| 3 |
+
size 912560804
|