Update README.md
Browse files
README.md
CHANGED
@@ -13,16 +13,15 @@ instance_prompt: Tony Assi style
|
|
13 |
license: openrail++
|
14 |
---
|
15 |
|
16 |
-
# SDXL LoRA DreamBooth - tonyassi/
|
17 |
|
18 |
by [Tony Assi](https://www.tonyassi.com/)
|
19 |
|
20 |
-
Dreambooth Lora style based on the [
|
21 |
|
22 |
-

|
23 |
|
24 |
## Trigger words
|
25 |
-
Use **
|
26 |
|
27 |
## How to use
|
28 |
```bash
|
@@ -42,11 +41,11 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
42 |
variant="fp16",
|
43 |
use_safetensors=True
|
44 |
)
|
45 |
-
pipe.load_lora_weights("tonyassi/
|
46 |
pipe.to("cuda")
|
47 |
|
48 |
# Generate image
|
49 |
-
prompt = "
|
50 |
image = pipe(prompt=prompt,
|
51 |
height=1024,
|
52 |
width=1024,
|
@@ -78,7 +77,7 @@ image
|
|
78 |
|
79 |
|
80 |
## Model description
|
81 |
-
These are tonyassi/
|
82 |
|
83 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
84 |
|
@@ -89,5 +88,5 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
89 |
## Download model
|
90 |
Weights for this model are available in Safetensors format.
|
91 |
|
92 |
-
[Download](https://huggingface.co/tonyassi/
|
93 |
|
|
|
13 |
license: openrail++
|
14 |
---
|
15 |
|
16 |
+
# SDXL LoRA DreamBooth - tonyassi/tony-assi-lora-1
|
17 |
|
18 |
by [Tony Assi](https://www.tonyassi.com/)
|
19 |
|
20 |
+
Dreambooth Lora style based on the [Tony Assi] (https://www.tonyassi.com/fashion) collection.
|
21 |
|
|
|
22 |
|
23 |
## Trigger words
|
24 |
+
Use **Tony Assi style** in the prompt to trigger the style.
|
25 |
|
26 |
## How to use
|
27 |
```bash
|
|
|
41 |
variant="fp16",
|
42 |
use_safetensors=True
|
43 |
)
|
44 |
+
pipe.load_lora_weights("tonyassi/tony-assi-lora-1")
|
45 |
pipe.to("cuda")
|
46 |
|
47 |
# Generate image
|
48 |
+
prompt = "Tony Assi style, megan fox wearing a gold mesh dress with crystals"
|
49 |
image = pipe(prompt=prompt,
|
50 |
height=1024,
|
51 |
width=1024,
|
|
|
77 |
|
78 |
|
79 |
## Model description
|
80 |
+
These are tonyassi/tony-assi-lora-1 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
81 |
|
82 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
83 |
|
|
|
88 |
## Download model
|
89 |
Weights for this model are available in Safetensors format.
|
90 |
|
91 |
+
[Download](https://huggingface.co/tonyassi/tony-assi-lora-1/tree/main) them in the Files & versions tab.
|
92 |
|