Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +69 -0
- samples/1740755344198__000000800_0.jpg +3 -0
- samples/1740755369218__000000800_1.jpg +3 -0
- samples/1740755394208__000000800_2.jpg +3 -0
- verpinscht-v1.safetensors +3 -0
- verpinscht-v1_000000250.safetensors +3 -0
- verpinscht-v1_000000500.safetensors +3 -0
- verpinscht-v1_000000750.safetensors +3 -0
.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/1740755344198__000000800_0.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
samples/1740755369218__000000800_1.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
samples/1740755394208__000000800_2.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 three dogs VRPSCHT. The
|
11 |
+
dogs are playfully posed in the center, with a joyful expression and bright,
|
12 |
+
sparkling eyes that capture its playful spirit. Surrounding the dogs are colorful,
|
13 |
+
whimsical elements like flowers and butterflies, enhancing the cheerful atmosphere.
|
14 |
+
The background is a sunny park scene with lush green grass and a clear blue
|
15 |
+
sky, dotted with fluffy white clouds. The composition is framed with a charming
|
16 |
+
border that includes playful paw prints and colorful accents, creating an
|
17 |
+
inviting and heartwarming visual experience. The name "Verpinscht" is displayed
|
18 |
+
at the bottom of the poster
|
19 |
+
output:
|
20 |
+
url: samples/1740755344198__000000800_0.jpg
|
21 |
+
- text: A vibrant watercolor portrait of three dogs VRPSCHT , showcasing the dogs
|
22 |
+
with a playful expression. The dog are positioned centrally, its fur blending
|
23 |
+
softly with the flowing colors of the background. Large, sweeping brush strokes
|
24 |
+
create a dynamic backdrop of blues and greens, evoking a serene outdoor setting.
|
25 |
+
The lighting is soft and diffused, casting gentle shadows that enhance the
|
26 |
+
dog's features. The brushwork emphasizes the texture of the fur, giving it
|
27 |
+
a lively, almost whimsical quality, while splashes of color add a sense of
|
28 |
+
movement and energy to the composition.
|
29 |
+
output:
|
30 |
+
url: samples/1740755369218__000000800_1.jpg
|
31 |
+
- text: A Monochrome pencil sketch of VRPSCHT three dogs sitting in the grass with
|
32 |
+
their heads on each other, surrounded by purple flowers.
|
33 |
+
output:
|
34 |
+
url: samples/1740755394208__000000800_2.jpg
|
35 |
+
base_model: black-forest-labs/FLUX.1-dev
|
36 |
+
instance_prompt: VRPSCHT
|
37 |
+
license: other
|
38 |
+
license_name: flux-1-dev-non-commercial-license
|
39 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
40 |
+
---
|
41 |
+
|
42 |
+
# verpinscht-v1
|
43 |
+
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
44 |
+
<Gallery />
|
45 |
+
|
46 |
+
## Trigger words
|
47 |
+
|
48 |
+
You should use `VRPSCHT` to trigger the image generation.
|
49 |
+
|
50 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
|
51 |
+
|
52 |
+
Weights for this model are available in Safetensors format.
|
53 |
+
|
54 |
+
[Download](/sharaku/verpinscht-v1/tree/main) them in the Files & versions tab.
|
55 |
+
|
56 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
57 |
+
|
58 |
+
```py
|
59 |
+
from diffusers import AutoPipelineForText2Image
|
60 |
+
import torch
|
61 |
+
|
62 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
|
63 |
+
pipeline.load_lora_weights('sharaku/verpinscht-v1', weight_name='verpinscht-v1.safetensors')
|
64 |
+
image = pipeline('A vibrant Disney art style poster featuring the three dogs VRPSCHT. The dogs are playfully posed in the center, with a joyful expression and bright, sparkling eyes that capture its playful spirit. Surrounding the dogs 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. The name "Verpinscht" is displayed at the bottom of the poster').images[0]
|
65 |
+
image.save("my_image.png")
|
66 |
+
```
|
67 |
+
|
68 |
+
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)
|
69 |
+
|
samples/1740755344198__000000800_0.jpg
ADDED
![]() |
Git LFS Details
|
samples/1740755369218__000000800_1.jpg
ADDED
![]() |
Git LFS Details
|
samples/1740755394208__000000800_2.jpg
ADDED
![]() |
Git LFS Details
|
verpinscht-v1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffc31bf0a6c9c6d9a3c7067b5652cc289112b33da61b7fcf686d8d122bb8255a
|
3 |
+
size 171969408
|
verpinscht-v1_000000250.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82cc6d5a21c2ab06cda4b5e6529d455928cce9ccb8ece33c81f38b552bb5b073
|
3 |
+
size 171969408
|
verpinscht-v1_000000500.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14eb568609f557af66348e09b3667ce0558bb03bdd4991f8efd8a441053075bd
|
3 |
+
size 171969408
|
verpinscht-v1_000000750.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3874925db1cf8495f2269617b7b9f7ddd9ce0f534bd5f12ef4861dc449c8fd75
|
3 |
+
size 171969408
|