Akimitsujiro commited on
Commit
e0af3cc
1 Parent(s): b755f44

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. 6470426.jpeg +3 -0
  2. README.md +8 -10
6470426.jpeg ADDED

Git LFS Details

  • SHA256: a0703b99c7bd5e8ab9b3674636800518339fd3bb20b3c02ba001954b39e1d30f
  • Pointer size: 131 Bytes
  • Size of remote file: 507 kB
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: boy
21
  widget:
22
  - text: ' '
23
 
24
  output:
25
  url: >-
26
- 8602176.jpeg
27
 
28
  ---
29
 
30
- # NijiLora
31
 
32
  <Gallery />
33
 
@@ -37,10 +35,10 @@ widget:
37
 
38
  ## Model description
39
 
40
- <p><a target="_blank" rel="ugc" href="https://huggingface.co/Akimitsujiro/NijiV5LoRA">https://huggingface.co/Akimitsujiro/NijiV5LoRA</a></p>
41
 
42
  ## Trigger words
43
- You should use `boy`, `niji` to trigger the image generation.
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 v3.0 V6.safetensors')
60
- image = pipeline('`boy`, `niji`').images[0]
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)