Update README.md
Browse files
README.md
CHANGED
@@ -13,11 +13,11 @@ instance_prompt: Gucci SS18 style
|
|
13 |
license: openrail++
|
14 |
---
|
15 |
|
16 |
-
# SDXL LoRA DreamBooth - tonyassi/gucci-ss18-fashion-
|
17 |
|
18 |
by [Tony Assi](https://www.tonyassi.com/)
|
19 |
|
20 |
-
Dreambooth style based on the [Gucci SS18](https://www.vogue.com/fashion-shows/spring-2018-ready-to-wear/gucci) collection.
|
21 |
|
22 |
![](https://cdn.discordapp.com/attachments/1120417968032063538/1207054482253545482/gucci-spring-2018-ready-to-wear-1.png?ex=65de4016&is=65cbcb16&hm=ae523fa3240cc3d1ef1ed70e6695d2556db0c3480550994889084435016758ce&)
|
23 |
|
@@ -42,7 +42,7 @@ pipe = DiffusionPipeline.from_pretrained(
|
|
42 |
variant="fp16",
|
43 |
use_safetensors=True
|
44 |
)
|
45 |
-
pipe.load_lora_weights("tonyassi/gucci-ss18-fashion-
|
46 |
pipe.to("cuda")
|
47 |
|
48 |
# Generate image
|
@@ -73,7 +73,7 @@ image
|
|
73 |
**Gucci SS18 style, david bowie**
|
74 |
|
75 |
## Model description
|
76 |
-
These are tonyassi/gucci-ss18-fashion-
|
77 |
|
78 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
79 |
|
@@ -84,5 +84,5 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
|
84 |
## Download model
|
85 |
Weights for this model are available in Safetensors format.
|
86 |
|
87 |
-
[Download](https://huggingface.co/tonyassi/gucci-ss18-fashion-
|
88 |
|
|
|
13 |
license: openrail++
|
14 |
---
|
15 |
|
16 |
+
# SDXL LoRA DreamBooth - tonyassi/gucci-ss18-fashion-lora
|
17 |
|
18 |
by [Tony Assi](https://www.tonyassi.com/)
|
19 |
|
20 |
+
Dreambooth Lora style based on the [Gucci SS18](https://www.vogue.com/fashion-shows/spring-2018-ready-to-wear/gucci) collection.
|
21 |
|
22 |
![](https://cdn.discordapp.com/attachments/1120417968032063538/1207054482253545482/gucci-spring-2018-ready-to-wear-1.png?ex=65de4016&is=65cbcb16&hm=ae523fa3240cc3d1ef1ed70e6695d2556db0c3480550994889084435016758ce&)
|
23 |
|
|
|
42 |
variant="fp16",
|
43 |
use_safetensors=True
|
44 |
)
|
45 |
+
pipe.load_lora_weights("tonyassi/gucci-ss18-fashion-lora")
|
46 |
pipe.to("cuda")
|
47 |
|
48 |
# Generate image
|
|
|
73 |
**Gucci SS18 style, david bowie**
|
74 |
|
75 |
## Model description
|
76 |
+
These are tonyassi/gucci-ss18-fashion-lora LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
77 |
|
78 |
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
79 |
|
|
|
84 |
## Download model
|
85 |
Weights for this model are available in Safetensors format.
|
86 |
|
87 |
+
[Download](https://huggingface.co/tonyassi/gucci-ss18-fashion-lora/tree/main) them in the Files & versions tab.
|
88 |
|