Stableyogi commited on
Commit
fe42692
·
verified ·
1 Parent(s): 19f904a

Upload Butterfly Dress Collection by Stable Yogi

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ 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/sample_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/sample_1.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/sample_2.jpg filter=lfs diff=lfs merge=lfs -text
39
+ samples/sample_3.jpg filter=lfs diff=lfs merge=lfs -text
Butterfly Dress by Stable Yogi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c977986721446f70bae03c27dd43325a1b0b8daa697f8dde5410ab4bc551fe
3
+ size 37861384
Butterfly_Bodycon_Dress_By_Stable_Yogi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3beda258fd9ea77ff385361826a6ae8affdfd401836b81c290ae96a4ba08bf4a
3
+ size 37861392
Butterfly_CropTop_Micro_Skirt_By_Stable_Yogi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eed1cb4665e3ed650188440bac63b9e6dc6f26235b5d44405254082d561211d
3
+ size 37861400
Butterfly_Pencil_Skirt_Blouse_By_Stable_Yogi.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fea1eb6d85230a38c5c0b4d5009d95c17b9fbc26cbf5eb8ba5ad5dead3c8ad6
3
+ size 37861400
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stable-yogi-community
4
+ license_link: https://civitai.com/models/200489
5
+ pipeline_tag: text-to-image
6
+ tags:
7
+ - lora
8
+ - stable-diffusion
9
+ - text-to-image
10
+ - sd-1.5
11
+ base_model:
12
+ - stable-diffusion-v1-5/stable-diffusion-v1-5
13
+ language:
14
+ - en
15
+ ---
16
+
17
+ # Butterfly Dress Collection
18
+
19
+ A LoRA for generating specific clothing styles and fashion items.
20
+
21
+ ## Compatibility
22
+
23
+ | Property | Value |
24
+ |----------|-------|
25
+ | **Type** | LoRA |
26
+ | **Base Model** | SD 1.5 |
27
+ | **Format** | SafeTensors |
28
+
29
+ ## Trigger Words
30
+
31
+ ```
32
+ bodycon short dress, butterfly print, cleavage
33
+ ```
34
+ ```
35
+ butterfly dress
36
+ ```
37
+ ```
38
+ butterfly print blouse, butterfly print pencil skirt
39
+ ```
40
+ ```
41
+ micro skirt, off shoulder crop top, butterfly print, butterfly print
42
+ ```
43
+
44
+ ## Usage
45
+
46
+ ### Automatic1111 / Forge
47
+
48
+ 1. Download the `.safetensors` file
49
+ 2. Place in `models/Lora/` directory
50
+ 3. Add `<lora:filename:0.7>` to your prompt
51
+ 4. Adjust weight between 0.5-1.0 as needed
52
+
53
+ ### ComfyUI
54
+
55
+ 1. Download the `.safetensors` file
56
+ 2. Place in `models/loras/` directory
57
+ 3. Use a **LoRA Loader** node connected to your model loader
58
+ 4. Set strength to 0.7 (adjust as needed)
59
+
60
+ ## Available Versions
61
+
62
+ | Version | Base Model | Filename | Size |
63
+ |---------|-----------|----------|------|
64
+ | Bodycon Dress | SD 1.5 | Butterfly_Bodycon_Dress_By_Stable_Yogi.safetensors | 36.1 MB |
65
+ | Blouse Pencil Skirt | SD 1.5 | Butterfly_Pencil_Skirt_Blouse_By_Stable_Yogi.safetensors | 36.1 MB |
66
+ | Offshoulder CropTop Skirt | SD 1.5 | Butterfly_CropTop_Micro_Skirt_By_Stable_Yogi.safetensors | 36.1 MB |
67
+ | Short Dress | SD 1.5 | Butterfly Dress by Stable Yogi.safetensors | 36.1 MB |
68
+
69
+ ## Sample Images
70
+
71
+ ![sample](samples/sample_0.jpg)
72
+ ![sample](samples/sample_1.jpg)
73
+ ![sample](samples/sample_2.jpg)
74
+ ![sample](samples/sample_3.jpg)
75
+
76
+ ## Links
77
+
78
+ - [CivitAI](https://civitai.com/models/200489)
79
+ - [All Models](https://civitai.com/user/Stable_Yogi)
80
+ - [Discord](https://discord.com/invite/FAgfAeMqys)
81
+ - [Website](https://brandulate.com)
82
+
83
+ ---
84
+ *Model by Stable Yogi*
samples/sample_0.jpg ADDED

Git LFS Details

  • SHA256: 96a10caa9b793c23a056ffb6f73e38201fb01a06637f913235b3006f9829cbba
  • Pointer size: 131 Bytes
  • Size of remote file: 713 kB
samples/sample_1.jpg ADDED

Git LFS Details

  • SHA256: 265c9c12d5a3f4c40148afc8c51178e14abf2646614f2102dd51dccb0ffc8972
  • Pointer size: 131 Bytes
  • Size of remote file: 739 kB
samples/sample_2.jpg ADDED

Git LFS Details

  • SHA256: c43c0a0cb45b1f8e05f6cb21995dcdd2463380bf4cd60a1c00523c403b2ca76a
  • Pointer size: 131 Bytes
  • Size of remote file: 740 kB
samples/sample_3.jpg ADDED

Git LFS Details

  • SHA256: 833d6e6ac6f87eb051eefd019ec5c59a23217b26b6408678dd7a838dcc830492
  • Pointer size: 131 Bytes
  • Size of remote file: 775 kB