Instructions to use ottopilot/LadyJeanGrey with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ottopilot/LadyJeanGrey with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/v1-5-pruned-v6", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ottopilot/LadyJeanGrey") prompt = "candid, full body, JeanGreyBQ, highly detailed, masterpiece, indoors, opulent mansion, powerful, sexy, evil <lora:JeanGreyBlackQueen:1> <lora:LORA-XenoDetailer-v3A:0.5>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 5 files
Browse files- JeanGreyBlackQueen.safetensors +3 -0
- images/00560-4068197503.png +3 -0
- images/00591-934352267.png +3 -0
- images/00648-287468956.png +3 -0
- images/00694-275545690.png +3 -0
JeanGreyBlackQueen.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a49033f28c0ebed25b2721d5836f81cc03cda65bcf30be442c4b1e29d5764989
|
| 3 |
+
size 37865824
|
images/00560-4068197503.png
ADDED
|
Git LFS Details
|
images/00591-934352267.png
ADDED
|
Git LFS Details
|
images/00648-287468956.png
ADDED
|
Git LFS Details
|
images/00694-275545690.png
ADDED
|
Git LFS Details
|