nicolaus-huang
commited on
Commit
•
48fcca7
1
Parent(s):
f7afec3
End of training
Browse files- README.md +7 -7
- image_0.png +0 -0
- image_1.png +0 -0
- image_2.png +0 -0
- image_3.png +0 -0
README.md
CHANGED
@@ -9,28 +9,28 @@ tags:
|
|
9 |
- template:sd-lora
|
10 |
widget:
|
11 |
|
12 |
-
- text: 'a TOK
|
13 |
output:
|
14 |
url:
|
15 |
"image_0.png"
|
16 |
|
17 |
-
- text: 'a TOK
|
18 |
output:
|
19 |
url:
|
20 |
"image_1.png"
|
21 |
|
22 |
-
- text: 'a TOK
|
23 |
output:
|
24 |
url:
|
25 |
"image_2.png"
|
26 |
|
27 |
-
- text: 'a TOK
|
28 |
output:
|
29 |
url:
|
30 |
"image_3.png"
|
31 |
|
32 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
33 |
-
instance_prompt:
|
34 |
license: openrail++
|
35 |
---
|
36 |
|
@@ -60,14 +60,14 @@ import torch
|
|
60 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
61 |
pipeline.load_lora_weights('nicolaus-huang/3d-icon-SDXL-LoRA-eng', weight_name='pytorch_lora_weights.safetensors')
|
62 |
|
63 |
-
image = pipeline('a TOK
|
64 |
```
|
65 |
|
66 |
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)
|
67 |
|
68 |
## Trigger words
|
69 |
|
70 |
-
You should use
|
71 |
|
72 |
## Details
|
73 |
All [Files & versions](/nicolaus-huang/3d-icon-SDXL-LoRA-eng/tree/main).
|
|
|
9 |
- template:sd-lora
|
10 |
widget:
|
11 |
|
12 |
+
- text: 'a TOK word of mychar, white background, in the style of TOK'
|
13 |
output:
|
14 |
url:
|
15 |
"image_0.png"
|
16 |
|
17 |
+
- text: 'a TOK word of mychar, white background, in the style of TOK'
|
18 |
output:
|
19 |
url:
|
20 |
"image_1.png"
|
21 |
|
22 |
+
- text: 'a TOK word of mychar, white background, in the style of TOK'
|
23 |
output:
|
24 |
url:
|
25 |
"image_2.png"
|
26 |
|
27 |
+
- text: 'a TOK word of mychar, white background, in the style of TOK'
|
28 |
output:
|
29 |
url:
|
30 |
"image_3.png"
|
31 |
|
32 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
33 |
+
instance_prompt: character in the style of TOK
|
34 |
license: openrail++
|
35 |
---
|
36 |
|
|
|
60 |
pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda')
|
61 |
pipeline.load_lora_weights('nicolaus-huang/3d-icon-SDXL-LoRA-eng', weight_name='pytorch_lora_weights.safetensors')
|
62 |
|
63 |
+
image = pipeline('a TOK word of mychar, white background, in the style of TOK').images[0]
|
64 |
```
|
65 |
|
66 |
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)
|
67 |
|
68 |
## Trigger words
|
69 |
|
70 |
+
You should use character in the style of TOK to trigger the image generation.
|
71 |
|
72 |
## Details
|
73 |
All [Files & versions](/nicolaus-huang/3d-icon-SDXL-LoRA-eng/tree/main).
|
image_0.png
CHANGED
image_1.png
CHANGED
image_2.png
CHANGED
image_3.png
CHANGED