linoyts HF Staff commited on
Commit
626dc82
·
verified ·
1 Parent(s): 3a40814

End of training

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  image_1.png filter=lfs diff=lfs merge=lfs -text
37
  image_2.png filter=lfs diff=lfs merge=lfs -text
38
  image_3.png filter=lfs diff=lfs merge=lfs -text
 
 
36
  image_1.png filter=lfs diff=lfs merge=lfs -text
37
  image_2.png filter=lfs diff=lfs merge=lfs -text
38
  image_3.png filter=lfs diff=lfs merge=lfs -text
39
+ image_0.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -9,28 +9,28 @@ tags:
9
  - template:sd-lora
10
  widget:
11
 
12
- - text: 'a <s0><s1> emoji dressed as yoda'
13
  output:
14
  url:
15
  "image_0.png"
16
 
17
- - text: 'a <s0><s1> emoji dressed as yoda'
18
  output:
19
  url:
20
  "image_1.png"
21
 
22
- - text: 'a <s0><s1> emoji dressed as yoda'
23
  output:
24
  url:
25
  "image_2.png"
26
 
27
- - text: 'a <s0><s1> emoji dressed as yoda'
28
  output:
29
  url:
30
  "image_3.png"
31
 
32
  base_model: stabilityai/stable-diffusion-xl-base-1.0
33
- instance_prompt: a <s0><s1> emoji
34
  license: openrail++
35
  ---
36
 
@@ -51,7 +51,7 @@ license: openrail++
51
  - On AUTOMATIC1111, load the LoRA by adding `<lora:huggy_lora_v4:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
52
  - *Embeddings*: download **[`huggy_lora_v4_emb.safetensors` here 💾](/linoyts/huggy_lora_v4/blob/main/huggy_lora_v4_emb.safetensors)**.
53
  - Place it on it on your `embeddings` folder
54
- - Use it by adding `huggy_lora_v4_emb` to your prompt. For example, `a huggy_lora_v4_emb emoji`
55
  (you need both the LoRA and the embeddings as they were trained together for this LoRA)
56
 
57
 
@@ -70,7 +70,7 @@ state_dict = load_file(embedding_path)
70
  pipeline.load_textual_inversion(state_dict["clip_l"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer)
71
  pipeline.load_textual_inversion(state_dict["clip_g"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder_2, tokenizer=pipeline.tokenizer_2)
72
 
73
- image = pipeline('a <s0><s1> emoji dressed as yoda').images[0]
74
  ```
75
 
76
  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
  - template:sd-lora
10
  widget:
11
 
12
+ - text: 'watercolor painting of a <s0><s1> woman with pink hair in New York'
13
  output:
14
  url:
15
  "image_0.png"
16
 
17
+ - text: 'watercolor painting of a <s0><s1> woman with pink hair in New York'
18
  output:
19
  url:
20
  "image_1.png"
21
 
22
+ - text: 'watercolor painting of a <s0><s1> woman with pink hair in New York'
23
  output:
24
  url:
25
  "image_2.png"
26
 
27
+ - text: 'watercolor painting of a <s0><s1> woman with pink hair in New York'
28
  output:
29
  url:
30
  "image_3.png"
31
 
32
  base_model: stabilityai/stable-diffusion-xl-base-1.0
33
+ instance_prompt: a <s0><s1> woman
34
  license: openrail++
35
  ---
36
 
 
51
  - On AUTOMATIC1111, load the LoRA by adding `<lora:huggy_lora_v4:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
52
  - *Embeddings*: download **[`huggy_lora_v4_emb.safetensors` here 💾](/linoyts/huggy_lora_v4/blob/main/huggy_lora_v4_emb.safetensors)**.
53
  - Place it on it on your `embeddings` folder
54
+ - Use it by adding `huggy_lora_v4_emb` to your prompt. For example, `a huggy_lora_v4_emb woman`
55
  (you need both the LoRA and the embeddings as they were trained together for this LoRA)
56
 
57
 
 
70
  pipeline.load_textual_inversion(state_dict["clip_l"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder, tokenizer=pipeline.tokenizer)
71
  pipeline.load_textual_inversion(state_dict["clip_g"], token=["<s0>", "<s1>"], text_encoder=pipeline.text_encoder_2, tokenizer=pipeline.tokenizer_2)
72
 
73
+ image = pipeline('watercolor painting of a <s0><s1> woman with pink hair in New York').images[0]
74
  ```
75
 
76
  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)
huggy_lora_v4.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3efd16f5c7b3b3e314cce553f23e3596981598b9cc7db880b44d76a940503604
3
  size 186046568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b35b9bbf7781e4fef726facb8cced42b47e9b3f1a47f5026c01924c5dffc41f
3
  size 186046568
huggy_lora_v4_emb.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:612cd8a8e8abb1e7019117783506217a83b7ae8ad922288bbbb7ad828cf20ad7
3
  size 16536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2240d34e0c14473dd0e8957a4cee3a60cc403377a253eb9654a4039a9f26b9e
3
  size 16536
image_0.png CHANGED

Git LFS Details

  • SHA256: f49ca5b543709e109564cadc3f0f199aea7d4594a9eafff9a031332b9af6a9fe
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
image_1.png CHANGED

Git LFS Details

  • SHA256: c0cabec329b4e0cd379051cf7e8688e2db862415f6954200d5e9b25fd0a40386
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB

Git LFS Details

  • SHA256: 6175cab0edbeb9eb504781f451f90209d64fd87e3a0edaf8f038e99cea73d6d2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.6 MB
image_2.png CHANGED

Git LFS Details

  • SHA256: 7ec7f12c3a91d65cf1a01fc38be951c821ca12472a01be44fcefd0c707521e05
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB

Git LFS Details

  • SHA256: b91a819721996fb4ca82464d99c3255bd78efe959a0a70a9e91d87da0b97d56d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
image_3.png CHANGED

Git LFS Details

  • SHA256: a4be9273088acf038c3358dd0395181c5f464b086c46e20e91d125f640020b93
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB

Git LFS Details

  • SHA256: 555d4ef2c317c08236adb645240c7eff8844aa71e8e4ec67f69175a508aba80f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.53 MB
pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13a480267f1320bffb45bb4e683b1c5ed44f964e4356fa92302f22198abf792f
3
  size 185963768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13e9f895e2e8eb23aa54e65521155915e46779afc6c3b08f302abc7123799b8
3
  size 185963768