sharaku commited on
Commit
9ad5e02
·
verified ·
1 Parent(s): 062cd94

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ samples/1740759302662__000001000_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1740759328066__000001000_1.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/1740759353099__000001000_2.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - flux
5
+ - lora
6
+ - diffusers
7
+ - template:sd-lora
8
+ - ai-toolkit
9
+ widget:
10
+ - text: A vibrant Disney art style poster featuring the woman and her dog called
11
+ VRPSCHT. Both are playfully posed in the center, with a joyful expression
12
+ and bright, sparkling eyes that capture its playful spirit. Surrounding are
13
+ colorful, whimsical elements like flowers and butterflies, enhancing the cheerful
14
+ atmosphere. The background is a sunny park scene with lush green grass and
15
+ a clear blue sky, dotted with fluffy white clouds. The composition is framed
16
+ with a charming border that includes playful paw prints and colorful accents,
17
+ creating an inviting and heartwarming visual experience.
18
+ output:
19
+ url: samples/1740759302662__000001000_0.jpg
20
+ - text: A monochrome sketch featuring the woman and her dog called VRPSCHT. Both
21
+ are playfully posed in the center, with a joyful expression and bright, sparkling
22
+ eyes that capture its playful spirit. Surrounding are colorful, whimsical
23
+ elements like flowers and butterflies, enhancing the cheerful atmosphere.
24
+ The background is a sunny park scene with lush green grass and a clear blue
25
+ sky, dotted with fluffy white clouds. The composition is framed with a charming
26
+ border that includes playful paw prints and colorful accents, creating an
27
+ inviting and heartwarming visual experience.
28
+ output:
29
+ url: samples/1740759328066__000001000_1.jpg
30
+ - text: A Watercolor painting featuring the woman and her dog called VRPSCHT. Both
31
+ are playfully posed in the center, with a joyful expression and bright, sparkling
32
+ eyes that capture its playful spirit. Surrounding are colorful, whimsical
33
+ elements like flowers and butterflies, enhancing the cheerful atmosphere.
34
+ The background is a sunny park scene with lush green grass and a clear blue
35
+ sky, dotted with fluffy white clouds. The composition is framed with a charming
36
+ border that includes playful paw prints and colorful accents, creating an
37
+ inviting and heartwarming visual experience.
38
+ output:
39
+ url: samples/1740759353099__000001000_2.jpg
40
+ base_model: black-forest-labs/FLUX.1-dev
41
+ instance_prompt: VRPSCHT
42
+ license: other
43
+ license_name: flux-1-dev-non-commercial-license
44
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
45
+ ---
46
+
47
+ # verpinscht-v2
48
+ Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
49
+ <Gallery />
50
+
51
+ ## Trigger words
52
+
53
+ You should use `VRPSCHT` to trigger the image generation.
54
+
55
+ ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
56
+
57
+ Weights for this model are available in Safetensors format.
58
+
59
+ [Download](/sharaku/verpinscht-v2/tree/main) them in the Files & versions tab.
60
+
61
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
62
+
63
+ ```py
64
+ from diffusers import AutoPipelineForText2Image
65
+ import torch
66
+
67
+ pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
68
+ pipeline.load_lora_weights('sharaku/verpinscht-v2', weight_name='verpinscht-v2.safetensors')
69
+ image = pipeline('A vibrant Disney art style poster featuring the woman and her dog called VRPSCHT. Both are playfully posed in the center, with a joyful expression and bright, sparkling eyes that capture its playful spirit. Surrounding are colorful, whimsical elements like flowers and butterflies, enhancing the cheerful atmosphere. The background is a sunny park scene with lush green grass and a clear blue sky, dotted with fluffy white clouds. The composition is framed with a charming border that includes playful paw prints and colorful accents, creating an inviting and heartwarming visual experience.').images[0]
70
+ image.save("my_image.png")
71
+ ```
72
+
73
+ 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)
74
+
samples/1740759302662__000001000_0.jpg ADDED

Git LFS Details

  • SHA256: 6840be520b0327e7c90fd2e6e75af013b88b554edb4e14270ee781dc1a2f2a12
  • Pointer size: 131 Bytes
  • Size of remote file: 146 kB
samples/1740759328066__000001000_1.jpg ADDED

Git LFS Details

  • SHA256: 27db7dd1ca7eb6f886010a87b12d608701f5731a62ea945b430c0c0fb3d4d470
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
samples/1740759353099__000001000_2.jpg ADDED

Git LFS Details

  • SHA256: 2e8cd357a9aabf591a20d9d65036cd9ce3871a7f1af424ca80ac6e1eff123dd9
  • Pointer size: 131 Bytes
  • Size of remote file: 178 kB
verpinscht-v2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f244aee9369eed70bfef077e027dce6ebb6c0f9b46262efddea955b5ce1e0df3
3
+ size 171969408
verpinscht-v2_000000250.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49a1b83392e901a0fb5c16a3c1f89d63932f7c544ba64ac5300fc52a984af9a
3
+ size 171969408
verpinscht-v2_000000500.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0be9020340cecf3806dceab440a05a18bad6fcf4558105ac988c7cc078a2434
3
+ size 171969408
verpinscht-v2_000000750.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5d30db9447ed45a9517058366870955d583e8a01815f09d8ef88f278ccbbaa
3
+ size 171969408