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 tweak_kobold_reptile.tar (#9)
Browse files- Upload tweak_kobold_reptile.tar (bddce56bb978bbb917f8c3f1d9a2e7e2ea2b4cb2)
images/tweak_kobold_reptile.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30b97eed891fe902cb9b9719d4754d4e80fa07b834b67ed9f438e22f5cbfeb1a
|
| 3 |
+
size 60030976
|