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
|
@@ -13,46 +14,32 @@ tags:
|
|
13 |
- pokemon
|
14 |
- irl
|
15 |
- pokemongo
|
16 |
-
|
17 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
18 |
instance_prompt: PokIRL
|
19 |
widget:
|
20 |
- text: ' '
|
21 |
-
|
22 |
output:
|
23 |
-
url:
|
24 |
-
23354114.jpeg
|
25 |
- text: ' '
|
26 |
-
|
27 |
output:
|
28 |
-
url:
|
29 |
-
23354116.jpeg
|
30 |
- text: ' '
|
31 |
-
|
32 |
output:
|
33 |
-
url:
|
34 |
-
23354088.jpeg
|
35 |
- text: ' '
|
36 |
-
|
37 |
output:
|
38 |
-
url:
|
39 |
-
23354123.jpeg
|
40 |
- text: ' '
|
41 |
-
|
42 |
output:
|
43 |
-
url:
|
44 |
-
23354105.jpeg
|
45 |
- text: ' '
|
46 |
-
|
47 |
output:
|
48 |
-
url:
|
49 |
-
23354102.jpeg
|
50 |
- text: ' '
|
51 |
-
|
52 |
output:
|
53 |
-
url:
|
54 |
-
|
55 |
-
|
56 |
---
|
57 |
|
58 |
# PokIRL [SDXL]
|
@@ -88,5 +75,4 @@ pipeline.load_lora_weights('Norod78/pokirl-sdxl', weight_name='PokIRL_SDXL-00000
|
|
88 |
image = pipeline('`PokIRL`').images[0]
|
89 |
```
|
90 |
|
91 |
-
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)
|
92 |
-
|
|
|
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
|
|
|
14 |
- pokemon
|
15 |
- irl
|
16 |
- pokemongo
|
|
|
17 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
18 |
instance_prompt: PokIRL
|
19 |
widget:
|
20 |
- text: ' '
|
|
|
21 |
output:
|
22 |
+
url: 23354114.jpeg
|
|
|
23 |
- text: ' '
|
|
|
24 |
output:
|
25 |
+
url: 23354116.jpeg
|
|
|
26 |
- text: ' '
|
|
|
27 |
output:
|
28 |
+
url: 23354088.jpeg
|
|
|
29 |
- text: ' '
|
|
|
30 |
output:
|
31 |
+
url: 23354123.jpeg
|
|
|
32 |
- text: ' '
|
|
|
33 |
output:
|
34 |
+
url: 23354105.jpeg
|
|
|
35 |
- text: ' '
|
|
|
36 |
output:
|
37 |
+
url: 23354102.jpeg
|
|
|
38 |
- text: ' '
|
|
|
39 |
output:
|
40 |
+
url: 23354111.jpeg
|
41 |
+
datasets:
|
42 |
+
- Norod78/Pokemon-like-IRL
|
43 |
---
|
44 |
|
45 |
# PokIRL [SDXL]
|
|
|
75 |
image = pipeline('`PokIRL`').images[0]
|
76 |
```
|
77 |
|
78 |
+
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)
|
|