Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
dora
Instructions to use jemima1999/final_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jemima1999/final_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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("jemima1999/final_LoRA") prompt = "une image de tenue" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
End of training
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
- text-to-image
|
| 17 |
- diffusers-training
|
| 18 |
- diffusers
|
| 19 |
-
-
|
| 20 |
- template:sd-lora
|
| 21 |
- stable-diffusion-xl
|
| 22 |
- stable-diffusion-xl-diffusers
|
|
|
|
| 16 |
- text-to-image
|
| 17 |
- diffusers-training
|
| 18 |
- diffusers
|
| 19 |
+
- dora
|
| 20 |
- template:sd-lora
|
| 21 |
- stable-diffusion-xl
|
| 22 |
- stable-diffusion-xl-diffusers
|