Text-to-Image
Diffusers
TensorBoard
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
Instructions to use Littlelearner001/black_pant_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Littlelearner001/black_pant_LoRA with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Littlelearner001/black_pant_LoRA") prompt = "a photo of LIOMES person" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|
| 38 |
-
You should use a
|
| 39 |
|
| 40 |
## Download model
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|
| 38 |
+
You should use a pair of BLAAKPNT to trigger the image generation.
|
| 39 |
|
| 40 |
## Download model
|
| 41 |
|