Update README.md
Browse files
README.md
CHANGED
@@ -20,118 +20,83 @@ tags:
|
|
20 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
21 |
instance_prompt:
|
22 |
widget:
|
23 |
-
- text: 'harley quinn
|
24 |
-
|
25 |
-
simple background'
|
26 |
|
27 |
output:
|
28 |
url: >-
|
29 |
9737393.jpeg
|
30 |
-
- text: '
|
31 |
-
|
32 |
-
simple background'
|
33 |
|
34 |
output:
|
35 |
url: >-
|
36 |
9737398.jpeg
|
37 |
-
- text: 'maleficent, evil fairy,
|
38 |
-
|
39 |
-
simple background'
|
40 |
|
41 |
output:
|
42 |
url: >-
|
43 |
9737407.jpeg
|
44 |
-
- text: 'Daenerys Targaryen, Game of Thrones
|
45 |
-
|
46 |
-
simple background'
|
47 |
|
48 |
output:
|
49 |
url: >-
|
50 |
9737466.jpeg
|
51 |
-
- text: 'joker
|
52 |
-
|
53 |
-
simple background'
|
54 |
|
55 |
output:
|
56 |
url: >-
|
57 |
9737478.jpeg
|
58 |
-
- text: 'jack sparrow, pirates of caribbean
|
59 |
-
|
60 |
-
simple background'
|
61 |
|
62 |
output:
|
63 |
url: >-
|
64 |
9737508.jpeg
|
65 |
-
- text: 'iron man
|
66 |
-
|
67 |
-
simple background'
|
68 |
|
69 |
output:
|
70 |
url: >-
|
71 |
9737483.jpeg
|
72 |
-
- text: 'deadpool
|
73 |
-
|
74 |
-
simple background'
|
75 |
|
76 |
output:
|
77 |
url: >-
|
78 |
9737471.jpeg
|
79 |
-
- text: 'neo the matrix
|
80 |
-
|
81 |
-
simple background'
|
82 |
|
83 |
output:
|
84 |
url: >-
|
85 |
9737470.jpeg
|
86 |
-
- text: 'charlie chaplin
|
87 |
-
|
88 |
-
simple background'
|
89 |
|
90 |
output:
|
91 |
url: >-
|
92 |
9737472.jpeg
|
93 |
-
- text: 'Super Mario stepped on a turtle
|
94 |
-
|
95 |
-
simple background'
|
96 |
|
97 |
output:
|
98 |
url: >-
|
99 |
9737429.jpeg
|
100 |
-
- text: 'link of zelda, with a sword
|
101 |
-
|
102 |
-
simple background'
|
103 |
|
104 |
output:
|
105 |
url: >-
|
106 |
9737481.jpeg
|
107 |
-
- text: '1girl angel with 2 large angel wings and a halo, perfect curves, wearing a white dress,
|
108 |
-
|
109 |
-
simple background'
|
110 |
|
111 |
output:
|
112 |
url: >-
|
113 |
9737509.jpeg
|
114 |
-
- text: 'woman, beautiful kimono, sakura
|
115 |
-
|
116 |
-
simple background'
|
117 |
|
118 |
output:
|
119 |
url: >-
|
120 |
9737499.jpeg
|
121 |
-
- text: '1girl, glasses, witch, hat, blue flame
|
122 |
-
|
123 |
-
simple background'
|
124 |
|
125 |
output:
|
126 |
url: >-
|
127 |
9737502.jpeg
|
128 |
-
- text: '1girl, solo, hood,
|
129 |
-
|
130 |
-
simple background'
|
131 |
|
132 |
-
output:
|
133 |
-
url: >-
|
134 |
-
9737504.jpeg
|
135 |
|
136 |
---
|
137 |
|
@@ -163,9 +128,7 @@ import torch
|
|
163 |
|
164 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
165 |
pipeline.load_lora_weights('sWizad/pokemon-trainer-sprite-pixelart', weight_name='pk_trainer_xl_v1.safetensors')
|
166 |
-
image = pipeline('1girl, solo, hood,
|
167 |
-
|
168 |
-
simple background').images[0]
|
169 |
```
|
170 |
|
171 |
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)
|
|
|
20 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
21 |
instance_prompt:
|
22 |
widget:
|
23 |
+
- text: 'harley quinn, simple background'
|
|
|
|
|
24 |
|
25 |
output:
|
26 |
url: >-
|
27 |
9737393.jpeg
|
28 |
+
- text: 'a woman with blonde hair, wearing a white summer dress, simple background'
|
|
|
|
|
29 |
|
30 |
output:
|
31 |
url: >-
|
32 |
9737398.jpeg
|
33 |
+
- text: 'maleficent, evil fairy, simple background'
|
|
|
|
|
34 |
|
35 |
output:
|
36 |
url: >-
|
37 |
9737407.jpeg
|
38 |
+
- text: 'Daenerys Targaryen, Game of Thrones, simple background'
|
|
|
|
|
39 |
|
40 |
output:
|
41 |
url: >-
|
42 |
9737466.jpeg
|
43 |
+
- text: 'joker, simple background'
|
|
|
|
|
44 |
|
45 |
output:
|
46 |
url: >-
|
47 |
9737478.jpeg
|
48 |
+
- text: 'jack sparrow, pirates of caribbean '
|
|
|
|
|
49 |
|
50 |
output:
|
51 |
url: >-
|
52 |
9737508.jpeg
|
53 |
+
- text: 'iron man '
|
|
|
|
|
54 |
|
55 |
output:
|
56 |
url: >-
|
57 |
9737483.jpeg
|
58 |
+
- text: 'deadpool '
|
|
|
|
|
59 |
|
60 |
output:
|
61 |
url: >-
|
62 |
9737471.jpeg
|
63 |
+
- text: 'neo the matrix '
|
|
|
|
|
64 |
|
65 |
output:
|
66 |
url: >-
|
67 |
9737470.jpeg
|
68 |
+
- text: 'charlie chaplin '
|
|
|
|
|
69 |
|
70 |
output:
|
71 |
url: >-
|
72 |
9737472.jpeg
|
73 |
+
- text: 'Super Mario stepped on a turtle '
|
|
|
|
|
74 |
|
75 |
output:
|
76 |
url: >-
|
77 |
9737429.jpeg
|
78 |
+
- text: 'link of zelda, with a sword '
|
|
|
|
|
79 |
|
80 |
output:
|
81 |
url: >-
|
82 |
9737481.jpeg
|
83 |
+
- text: '1girl angel with 2 large angel wings and a halo, perfect curves, wearing a white dress, '
|
|
|
|
|
84 |
|
85 |
output:
|
86 |
url: >-
|
87 |
9737509.jpeg
|
88 |
+
- text: 'woman, beautiful kimono, sakura '
|
|
|
|
|
89 |
|
90 |
output:
|
91 |
url: >-
|
92 |
9737499.jpeg
|
93 |
+
- text: '1girl, glasses, witch, hat, blue flame '
|
|
|
|
|
94 |
|
95 |
output:
|
96 |
url: >-
|
97 |
9737502.jpeg
|
98 |
+
- text: '1girl, solo, hood, '
|
|
|
|
|
99 |
|
|
|
|
|
|
|
100 |
|
101 |
---
|
102 |
|
|
|
128 |
|
129 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
130 |
pipeline.load_lora_weights('sWizad/pokemon-trainer-sprite-pixelart', weight_name='pk_trainer_xl_v1.safetensors')
|
131 |
+
image = pipeline('1girl, solo, hood, simple background').images[0]
|
|
|
|
|
132 |
```
|
133 |
|
134 |
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)
|