Instructions to use Lou22/EPD_XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lou22/EPD_XL 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("Lou22/EPD_XL") prompt = "epd" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
End of training
Browse files- README.md +0 -2
- pytorch_lora_weights.safetensors +3 -0
README.md
CHANGED
|
@@ -14,8 +14,6 @@ datasets:
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# LoRA DreamBooth - Lou22/EPD_XL
|
| 17 |
-
## MODEL IS CURRENTLY TRAINING ...
|
| 18 |
-
Last checkpoint saved: checkpoint-600
|
| 19 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0 trained on @fffiloni's SD-XL trainer.
|
| 20 |
The weights were trained on the concept prompt:
|
| 21 |
```
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# LoRA DreamBooth - Lou22/EPD_XL
|
|
|
|
|
|
|
| 17 |
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0 trained on @fffiloni's SD-XL trainer.
|
| 18 |
The weights were trained on the concept prompt:
|
| 19 |
```
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bd7e9000a2e1bf821c6c3621b4fb705360b69267f821ea23634a8d758442e1a
|
| 3 |
+
size 23401064
|