Instructions to use jander87/jp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jander87/jp with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("RunDiffusion/Juggernaut-Z-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("jander87/jp") prompt = "gay" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 6 files
Browse files- Jan_epoch_1.safetensors +3 -0
- images/29167.jpg +3 -0
- images/29313.jpg +3 -0
- images/29315.jpg +3 -0
- images/29384.jpg +3 -0
Jan_epoch_1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ebf56727c155ba581c68cc74ac7c54b1be53f634f325f943e2f7e9e78c3864c
|
| 3 |
+
size 674250784
|
images/29167.jpg
ADDED
|
Git LFS Details
|
images/29313.jpg
ADDED
|
Git LFS Details
|
images/29315.jpg
ADDED
|
Git LFS Details
|
images/29384.jpg
ADDED
|
Git LFS Details
|