Instructions to use XaflocAI/jade with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use XaflocAI/jade with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("XaflocAI/jade") prompt = "blonde haired woman, (blue jeans:1.3) and (bra:1.2) and (leather jacket:1.2), long hair, small boobs, (full body:1.5), elegant pose, (detailed skin texture:1.5), background (new york city at night:1.3), hazel eyes, intricate details, hyperdetailed, cinematic, dark shot, muted colors, film grainy, soothing tones, muted colors, technicolor, kodak 400 camera, photorealistic, realistic, realism, dslr" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: >- | |
| blonde haired woman, (blue jeans:1.3) and (bra:1.2) and (leather | |
| jacket:1.2), long hair, small boobs, (full body:1.5), elegant pose, | |
| (detailed skin texture:1.5), background (new york city at night:1.3), hazel | |
| eyes, intricate details, hyperdetailed, cinematic, dark shot, muted colors, | |
| film grainy, soothing tones, muted colors, technicolor, kodak 400 camera, | |
| photorealistic, realistic, realism, dslr | |
| parameters: | |
| negative_prompt: >- | |
| N/A | |
| output: | |
| url: images/00131-40318051.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: redjade, blondejade | |
| license: creativeml-openrail-m | |
| # Jade (SD15) [LoRA] | |
| <Gallery /> | |
| ## Model description | |
| Combined set of trained LoRA's from a very beautiful redhead and very beautiful blonde, using a blended ratio to create Jade v1.0, a uniquely beautiful result! | |
| Original LoRA's trained using Edge of Realism based model. | |
| I've found the best results using DPM2 Karras and either Edge of Realism or Epic Photogasm. | |
| ## Trigger words | |
| You should use `jade_v1_lora` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Xafloc/jade/tree/main) them in the Files & versions tab. | |