Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- 36334000.jpeg +3 -0
- 36334001.jpeg +0 -0
- 36334002.jpeg +0 -0
- README.md +83 -0
- Tradicional_slavic_woman_dress-000001.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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 |
+
36334000.jpeg filter=lfs diff=lfs merge=lfs -text
|
36334000.jpeg
ADDED
![]() |
Git LFS Details
|
36334001.jpeg
ADDED
![]() |
36334002.jpeg
ADDED
![]() |
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: bespoke-lora-trained-license
|
4 |
+
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- stable-diffusion
|
8 |
+
- lora
|
9 |
+
- diffusers
|
10 |
+
- template:sd-lora
|
11 |
+
- migrated
|
12 |
+
- ussr
|
13 |
+
- russia
|
14 |
+
- poland
|
15 |
+
- woman
|
16 |
+
- clothing
|
17 |
+
- girls
|
18 |
+
- slavs
|
19 |
+
- russian empire
|
20 |
+
- slavic
|
21 |
+
- ukraine
|
22 |
+
- slav
|
23 |
+
- eastern european
|
24 |
+
- slavi
|
25 |
+
|
26 |
+
base_model: black-forest-labs/FLUX.1-dev
|
27 |
+
instance_prompt:
|
28 |
+
widget:
|
29 |
+
- text: 'The image is a photograph featuring a woman standing outdoors in a rustic setting, likely a garden or park, under a wooden structure, possibly a gazebo or a rustic shelter. The woman is of Eastern European descent, likely Russian or Ukrainian, given the traditional embroidered dress she is wearing. Her dress is a light beige color, made of a soft, textured fabric that appears to be linen or a similar natural material, and it is adorned with intricate, red embroidery.'
|
30 |
+
|
31 |
+
output:
|
32 |
+
url: >-
|
33 |
+
36334001.jpeg
|
34 |
+
- text: ' '
|
35 |
+
|
36 |
+
output:
|
37 |
+
url: >-
|
38 |
+
36334002.jpeg
|
39 |
+
- text: 'This is a highly detailed, high-resolution photograph featuring three women dressed in elaborate, traditional Russian Orthodox attire, likely from the 19th century. The background is a deep, solid black, which starkly contrasts with the vibrant colors and intricate details of their clothing.
|
40 |
+
The woman on the left is dressed in a rich, red and gold outfit adorned with elaborate embroidery and lace.'
|
41 |
+
|
42 |
+
output:
|
43 |
+
url: >-
|
44 |
+
36334000.jpeg
|
45 |
+
|
46 |
+
---
|
47 |
+
|
48 |
+
# Tradicional slavic woman dress
|
49 |
+
|
50 |
+
<Gallery />
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
## Model description
|
57 |
+
|
58 |
+
<p>Ukrainian, Russian, Polish and Belarussian woman clothes </p>
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
## Download model
|
63 |
+
|
64 |
+
Weights for this model are available in Safetensors format.
|
65 |
+
|
66 |
+
[Download](/Taka1265/tradicional-slavic-woman-dress/tree/main) them in the Files & versions tab.
|
67 |
+
|
68 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
69 |
+
|
70 |
+
```py
|
71 |
+
from diffusers import AutoPipelineForText2Image
|
72 |
+
import torch
|
73 |
+
|
74 |
+
device = "cuda" if torch.cuda.is_available() else "cpu"
|
75 |
+
|
76 |
+
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
|
77 |
+
pipeline.load_lora_weights('Taka1265/tradicional-slavic-woman-dress', weight_name='Tradicional_slavic_woman_dress-000001.safetensors')
|
78 |
+
image = pipeline('This is a highly detailed, high-resolution photograph featuring three women dressed in elaborate, traditional Russian Orthodox attire, likely from the 19th century. The background is a deep, solid black, which starkly contrasts with the vibrant colors and intricate details of their clothing.
|
79 |
+
The woman on the left is dressed in a rich, red and gold outfit adorned with elaborate embroidery and lace.').images[0]
|
80 |
+
```
|
81 |
+
|
82 |
+
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)
|
83 |
+
|
Tradicional_slavic_woman_dress-000001.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b84dc9d8fad67dbd2360775ccf3eb7d6ee876c034238ce81870fa8b9ebe3c6
|
3 |
+
size 89745224
|