Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: bespoke-lora-trained-license
|
4 |
-
license_link:
|
|
|
5 |
tags:
|
6 |
- text-to-image
|
7 |
- stable-diffusion
|
@@ -14,47 +15,38 @@ tags:
|
|
14 |
- clothing
|
15 |
- catwalk
|
16 |
- outfits
|
17 |
-
|
18 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
19 |
instance_prompt: WeirdOutfit style
|
20 |
widget:
|
21 |
- text: 'A socially awkward potato WeirdOutfit style '
|
22 |
output:
|
23 |
-
url:
|
24 |
-
3938065.jpeg
|
25 |
- text: 'Snoop Dogg WeirdOutfit style '
|
26 |
output:
|
27 |
-
url:
|
28 |
-
3938061.jpeg
|
29 |
- text: 'Humanoid Lizard WeirdOutfit style '
|
30 |
output:
|
31 |
-
url:
|
32 |
-
3938095.jpeg
|
33 |
- text: 'Dora the explorer WeirdOutfit style '
|
34 |
output:
|
35 |
-
url:
|
36 |
-
3938085.jpeg
|
37 |
- text: 'Rick Sanchez WeirdOutfit style '
|
38 |
output:
|
39 |
-
url:
|
40 |
-
3938092.jpeg
|
41 |
- text: 'A socially awkward potato WeirdOutfit style '
|
42 |
output:
|
43 |
-
url:
|
44 |
-
3938088.jpeg
|
45 |
- text: 'A screaming goat WeirdOutfit style '
|
46 |
output:
|
47 |
-
url:
|
48 |
-
3938087.jpeg
|
49 |
- text: 'A demon from the depths of hell WeirdOutfit style '
|
50 |
output:
|
51 |
-
url:
|
52 |
-
3938089.jpeg
|
53 |
- text: 'Gansta Grandma WeirdOutfit style '
|
54 |
output:
|
55 |
-
url:
|
56 |
-
|
57 |
-
|
58 |
---
|
59 |
|
60 |
# Weird fashion show outfits (SDXL LoRA)
|
@@ -90,5 +82,4 @@ pipeline.load_lora_weights('Norod78/weird-fashion-show-outfits-sdxl-lora', weigh
|
|
90 |
image = pipeline('Gansta Grandma WeirdOutfit style ').images[0]
|
91 |
```
|
92 |
|
93 |
-
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
94 |
-
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: >-
|
5 |
+
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
|
6 |
tags:
|
7 |
- text-to-image
|
8 |
- stable-diffusion
|
|
|
15 |
- clothing
|
16 |
- catwalk
|
17 |
- outfits
|
|
|
18 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
19 |
instance_prompt: WeirdOutfit style
|
20 |
widget:
|
21 |
- text: 'A socially awkward potato WeirdOutfit style '
|
22 |
output:
|
23 |
+
url: 3938065.jpeg
|
|
|
24 |
- text: 'Snoop Dogg WeirdOutfit style '
|
25 |
output:
|
26 |
+
url: 3938061.jpeg
|
|
|
27 |
- text: 'Humanoid Lizard WeirdOutfit style '
|
28 |
output:
|
29 |
+
url: 3938095.jpeg
|
|
|
30 |
- text: 'Dora the explorer WeirdOutfit style '
|
31 |
output:
|
32 |
+
url: 3938085.jpeg
|
|
|
33 |
- text: 'Rick Sanchez WeirdOutfit style '
|
34 |
output:
|
35 |
+
url: 3938092.jpeg
|
|
|
36 |
- text: 'A socially awkward potato WeirdOutfit style '
|
37 |
output:
|
38 |
+
url: 3938088.jpeg
|
|
|
39 |
- text: 'A screaming goat WeirdOutfit style '
|
40 |
output:
|
41 |
+
url: 3938087.jpeg
|
|
|
42 |
- text: 'A demon from the depths of hell WeirdOutfit style '
|
43 |
output:
|
44 |
+
url: 3938089.jpeg
|
|
|
45 |
- text: 'Gansta Grandma WeirdOutfit style '
|
46 |
output:
|
47 |
+
url: 3938093.jpeg
|
48 |
+
datasets:
|
49 |
+
- Norod78/WeirdOutfitStyle
|
50 |
---
|
51 |
|
52 |
# Weird fashion show outfits (SDXL LoRA)
|
|
|
82 |
image = pipeline('Gansta Grandma WeirdOutfit style ').images[0]
|
83 |
```
|
84 |
|
85 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
|