Akimitsujiro
commited on
Commit
•
e0af3cc
1
Parent(s):
b755f44
Upload folder using huggingface_hub
Browse files- 6470426.jpeg +3 -0
- README.md +8 -10
6470426.jpeg
ADDED
Git LFS Details
|
README.md
CHANGED
@@ -9,25 +9,23 @@ tags:
|
|
9 |
- diffusers
|
10 |
- template:sd-lora
|
11 |
- migrated
|
12 |
-
- anime
|
13 |
-
- photorealistic
|
14 |
- niji
|
15 |
-
- muscular male
|
16 |
- style
|
|
|
17 |
- nijiv5
|
18 |
|
19 |
base_model: runwayml/stable-diffusion-v1-5
|
20 |
-
instance_prompt:
|
21 |
widget:
|
22 |
- text: ' '
|
23 |
|
24 |
output:
|
25 |
url: >-
|
26 |
-
|
27 |
|
28 |
---
|
29 |
|
30 |
-
#
|
31 |
|
32 |
<Gallery />
|
33 |
|
@@ -37,10 +35,10 @@ widget:
|
|
37 |
|
38 |
## Model description
|
39 |
|
40 |
-
<p
|
41 |
|
42 |
## Trigger words
|
43 |
-
You should use `
|
44 |
|
45 |
|
46 |
## Download model
|
@@ -56,8 +54,8 @@ from diffusers import AutoPipelineForText2Image
|
|
56 |
import torch
|
57 |
|
58 |
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
59 |
-
pipeline.load_lora_weights('Akimitsujiro/nijilora', weight_name='NijiLoRA
|
60 |
-
image = pipeline('`
|
61 |
```
|
62 |
|
63 |
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)
|
|
|
9 |
- diffusers
|
10 |
- template:sd-lora
|
11 |
- migrated
|
|
|
|
|
12 |
- niji
|
|
|
13 |
- style
|
14 |
+
- furry
|
15 |
- nijiv5
|
16 |
|
17 |
base_model: runwayml/stable-diffusion-v1-5
|
18 |
+
instance_prompt: Boy
|
19 |
widget:
|
20 |
- text: ' '
|
21 |
|
22 |
output:
|
23 |
url: >-
|
24 |
+
6470426.jpeg
|
25 |
|
26 |
---
|
27 |
|
28 |
+
# NijiLoRA
|
29 |
|
30 |
<Gallery />
|
31 |
|
|
|
35 |
|
36 |
## Model description
|
37 |
|
38 |
+
<p>Download model: <a target="_blank" rel="ugc" href="https://huggingface.co/Akimitsujiro/NijiLoRA">https://huggingface.co/Akimitsujiro/NijiLoRA</a></p><p>Follow me: https://potofu.me/akimitsujiro</p>
|
39 |
|
40 |
## Trigger words
|
41 |
+
You should use `Boy`, `Furry`, `Niji` to trigger the image generation.
|
42 |
|
43 |
|
44 |
## Download model
|
|
|
54 |
import torch
|
55 |
|
56 |
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to('cuda')
|
57 |
+
pipeline.load_lora_weights('Akimitsujiro/nijilora', weight_name='NijiLoRA.safetensors')
|
58 |
+
image = pipeline('`Boy`, `Furry`, `Niji`').images[0]
|
59 |
```
|
60 |
|
61 |
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)
|