End of training
Browse files- Chrissi-(1).png +0 -0
- Chrissi-(10).png +0 -0
- Chrissi-(11).png +0 -0
- Chrissi-(12).png +0 -0
- Chrissi-(13).png +0 -0
- Chrissi-(14).png +0 -0
- Chrissi-(15).png +0 -0
- Chrissi-(16).png +0 -0
- Chrissi-(17).png +0 -0
- Chrissi-(18).png +0 -0
- Chrissi-(19).png +0 -0
- Chrissi-(2).png +0 -0
- Chrissi-(20).png +0 -0
- Chrissi-(22).png +0 -0
- Chrissi-(23).png +0 -0
- Chrissi-(24).png +0 -0
- Chrissi-(25).png +0 -0
- Chrissi-(26).png +0 -0
- Chrissi-(27).png +0 -0
- Chrissi-(29).png +0 -0
- Chrissi-(3).png +0 -0
- Chrissi-(30).png +0 -0
- Chrissi-(4).png +0 -0
- Chrissi-(5).png +0 -0
- Chrissi-(6).png +0 -0
- Chrissi-(7).png +0 -0
- Chrissi-(8).png +0 -0
- Chrissi-(9).png +0 -0
- README.md +62 -0
- metadata.jsonl +28 -0
Chrissi-(1).png
ADDED
![]() |
Chrissi-(10).png
ADDED
![]() |
Chrissi-(11).png
ADDED
![]() |
Chrissi-(12).png
ADDED
![]() |
Chrissi-(13).png
ADDED
![]() |
Chrissi-(14).png
ADDED
![]() |
Chrissi-(15).png
ADDED
![]() |
Chrissi-(16).png
ADDED
![]() |
Chrissi-(17).png
ADDED
![]() |
Chrissi-(18).png
ADDED
![]() |
Chrissi-(19).png
ADDED
![]() |
Chrissi-(2).png
ADDED
![]() |
Chrissi-(20).png
ADDED
![]() |
Chrissi-(22).png
ADDED
![]() |
Chrissi-(23).png
ADDED
![]() |
Chrissi-(24).png
ADDED
![]() |
Chrissi-(25).png
ADDED
![]() |
Chrissi-(26).png
ADDED
![]() |
Chrissi-(27).png
ADDED
![]() |
Chrissi-(29).png
ADDED
![]() |
Chrissi-(3).png
ADDED
![]() |
Chrissi-(30).png
ADDED
![]() |
Chrissi-(4).png
ADDED
![]() |
Chrissi-(5).png
ADDED
![]() |
Chrissi-(6).png
ADDED
![]() |
Chrissi-(7).png
ADDED
![]() |
Chrissi-(8).png
ADDED
![]() |
Chrissi-(9).png
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
instance_prompt: a photo of TOK Chrissi
|
6 |
+
widget: []
|
7 |
+
tags:
|
8 |
+
- text-to-image
|
9 |
+
- text-to-image
|
10 |
+
- diffusers-training
|
11 |
+
- diffusers
|
12 |
+
- dora
|
13 |
+
- template:sd-lora
|
14 |
+
- stable-diffusion-xl
|
15 |
+
- stable-diffusion-xl-diffusers
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
|
22 |
+
# SDXL LoRA DreamBooth - LuiLove/instance_images
|
23 |
+
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
These are LuiLove/instance_images LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
29 |
+
|
30 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
31 |
+
|
32 |
+
LoRA for the text encoder was enabled: False.
|
33 |
+
|
34 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
35 |
+
|
36 |
+
## Trigger words
|
37 |
+
|
38 |
+
You should use a photo of TOK Chrissi to trigger the image generation.
|
39 |
+
|
40 |
+
## Download model
|
41 |
+
|
42 |
+
Weights for this model are available in Safetensors format.
|
43 |
+
|
44 |
+
[Download](LuiLove/instance_images/tree/main) them in the Files & versions tab.
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
## Intended uses & limitations
|
49 |
+
|
50 |
+
#### How to use
|
51 |
+
|
52 |
+
```python
|
53 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
54 |
+
```
|
55 |
+
|
56 |
+
#### Limitations and bias
|
57 |
+
|
58 |
+
[TODO: provide examples of latent issues and potential remediations]
|
59 |
+
|
60 |
+
## Training details
|
61 |
+
|
62 |
+
[TODO: describe the data used to train the model]
|
metadata.jsonl
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"file_name": "Chrissi-(16).png", "prompt": "a photo of TOK Chrissi, a woman with her hair in a bun"}
|
2 |
+
{"file_name": "Chrissi-(11).png", "prompt": "a photo of TOK Chrissi, two women standing in front of a bus"}
|
3 |
+
{"file_name": "Chrissi-(15).png", "prompt": "a photo of TOK Chrissi, a man and woman standing on top of a building"}
|
4 |
+
{"file_name": "Chrissi-(3).png", "prompt": "a photo of TOK Chrissi, two women smiling and taking a self self self self self self self self self self self self self self self self self self self self self self"}
|
5 |
+
{"file_name": "Chrissi-(24).png", "prompt": "a photo of TOK Chrissi, a woman holding a pink cell phone"}
|
6 |
+
{"file_name": "Chrissi-(26).png", "prompt": "a photo of TOK Chrissi, a woman taking a self self self self self self self self self self self self self self self self self self self self self self self self self self self self self self self self"}
|
7 |
+
{"file_name": "Chrissi-(8).png", "prompt": "a photo of TOK Chrissi, a woman in a brown sweater standing in a field"}
|
8 |
+
{"file_name": "Chrissi-(13).png", "prompt": "a photo of TOK Chrissi, a man and woman standing in front of a building"}
|
9 |
+
{"file_name": "Chrissi-(2).png", "prompt": "a photo of TOK Chrissi, a woman standing on a bridge wearing a white dress"}
|
10 |
+
{"file_name": "Chrissi-(14).png", "prompt": "a photo of TOK Chrissi, two women smiling and posing for the camera"}
|
11 |
+
{"file_name": "Chrissi-(20).png", "prompt": "a photo of TOK Chrissi, two women standing in front of a building"}
|
12 |
+
{"file_name": "Chrissi-(6).png", "prompt": "a photo of TOK Chrissi, two girls standing in front of a lake"}
|
13 |
+
{"file_name": "Chrissi-(19).png", "prompt": "a photo of TOK Chrissi, two girls hugging and smiling"}
|
14 |
+
{"file_name": "Chrissi-(17).png", "prompt": "a photo of TOK Chrissi, three women holding up pink and orange lipstick boxes"}
|
15 |
+
{"file_name": "Chrissi-(12).png", "prompt": "a photo of TOK Chrissi, a woman sitting at a table with a glass of wine"}
|
16 |
+
{"file_name": "Chrissi-(23).png", "prompt": "a photo of TOK Chrissi, a group of people taking a self self self self self self self self self self self self self self self self self self self self self self self self self self self"}
|
17 |
+
{"file_name": "Chrissi-(4).png", "prompt": "a photo of TOK Chrissi, a woman sitting on the grass with her dog"}
|
18 |
+
{"file_name": "Chrissi-(1).png", "prompt": "a photo of TOK Chrissi, a man and woman standing in a field"}
|
19 |
+
{"file_name": "Chrissi-(7).png", "prompt": "a photo of TOK Chrissi, two women standing next to a lake"}
|
20 |
+
{"file_name": "Chrissi-(30).png", "prompt": "a photo of TOK Chrissi, a woman in a black and white photo"}
|
21 |
+
{"file_name": "Chrissi-(29).png", "prompt": "a photo of TOK Chrissi, a little girl standing in front of a window"}
|
22 |
+
{"file_name": "Chrissi-(25).png", "prompt": "a photo of TOK Chrissi, two people are smiling and taking a selfie"}
|
23 |
+
{"file_name": "Chrissi-(27).png", "prompt": "a photo of TOK Chrissi, two women standing in front of a crowd at a music festival"}
|
24 |
+
{"file_name": "Chrissi-(10).png", "prompt": "a photo of TOK Chrissi, two girls are posing for a photo in the park"}
|
25 |
+
{"file_name": "Chrissi-(9).png", "prompt": "a photo of TOK Chrissi, a woman with blonde hair and a white sweater"}
|
26 |
+
{"file_name": "Chrissi-(18).png", "prompt": "a photo of TOK Chrissi, two girls sitting on a couch with a clock in the background"}
|
27 |
+
{"file_name": "Chrissi-(5).png", "prompt": "a photo of TOK Chrissi, a woman with blonde hair and a black shirt"}
|
28 |
+
{"file_name": "Chrissi-(22).png", "prompt": "a photo of TOK Chrissi, a group of people taking a self self self self self self self self self self self self self self self self self self self self self self self self self self self"}
|