karthickp6
commited on
Commit
•
28c27c8
1
Parent(s):
2bdcdbe
End of training
Browse files- README.md +23 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: openrail++
|
4 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
5 |
+
instance_prompt: a photo of a red 911_Carrera_S car
|
6 |
+
tags:
|
7 |
+
- stable-diffusion-xl
|
8 |
+
- stable-diffusion-xl-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- lora
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
# LoRA DreamBooth - karthickp6/lora-trained-xl-colab_911_Carrera_S
|
16 |
+
|
17 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained on a photo of a red 911_Carrera_S car using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
LoRA for the text encoder was enabled: False.
|
22 |
+
|
23 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d10458cb23d93e796eab7055ffd35b13c2517307cb8d3e2a94a420259d333508
|
3 |
+
size 23401064
|