Stableyogi commited on
Commit
d472ac6
·
verified ·
1 Parent(s): 931d54f

Add README and sample images for Babes-Checkpoints

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/1719840_sample_0.jpg filter=lfs diff=lfs merge=lfs -text
37
+ samples/1719840_sample_1.jpg filter=lfs diff=lfs merge=lfs -text
38
+ samples/1719840_sample_2.jpg filter=lfs diff=lfs merge=lfs -text
39
+ samples/1719840_sample_3.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: stable-yogi-community
4
+ pipeline_tag: text-to-image
5
+ tags:
6
+ - checkpoint
7
+ - stable-diffusion
8
+ - text-to-image
9
+ - sdxl
10
+ base_model:
11
+ - stabilityai/stable-diffusion-xl-base-1.0
12
+ - sdxl-lightning
13
+ language:
14
+ - en
15
+ ---
16
+
17
+ # Babes Checkpoints
18
+
19
+ Stylized checkpoints for SDXL.
20
+
21
+ ## Compatibility
22
+
23
+ | Property | Value |
24
+ |----------|-------|
25
+ | **Type** | Checkpoint |
26
+ | **Base Model** | SDXL 1.0, SDXL Lightning |
27
+ | **Format** | SafeTensors |
28
+
29
+ ## Usage
30
+
31
+ ### Automatic1111 / Forge
32
+
33
+ 1. Download the `.safetensors` file
34
+ 2. Place in `models/Stable-diffusion/` directory
35
+ 3. Select the model from the checkpoint dropdown
36
+
37
+ ### ComfyUI
38
+
39
+ 1. Download the `.safetensors` file
40
+ 2. Place in `models/checkpoints/` directory
41
+ 3. Use a **Load Checkpoint** node
42
+
43
+ ### Recommended Settings
44
+
45
+ | Setting | Standard | Fast (DMD2/Lightning/Hyper) |
46
+ |---------|----------|-----------------------------|
47
+ | Sampler | DPM++ 2M Karras | Euler a |
48
+ | Steps | 20-30 | 4-8 |
49
+ | CFG Scale | 5-7 | 1-2 |
50
+ | Resolution | 1024x1024 | Same |
51
+
52
+ ## Available Files
53
+
54
+ | Filename | Size |
55
+ |----------|------|
56
+ | babesByStableYogiSDXL_v60FP16.safetensors.tmp | 1.2 GB |
57
+ | babesByStableYogi_v10.safetensors | 5.3 GB |
58
+ | babesByStableYogi_v10PRUNED.safetensors | 2.0 GB |
59
+ | babesByStableYogi_v20.safetensors | 2.0 GB |
60
+ | babesByStableYogi_v3.safetensors | 2.0 GB |
61
+ | babesByStableYogi_v4InstagramEdition.safetensors | 2.0 GB |
62
+ | babesByStableYogi_v4XLFP32.safetensors | 12.9 GB |
63
+ | babesByStableYogi_v50.safetensors | 2.0 GB |
64
+ | babesByStableYogi_v5LCM.safetensors | 2.0 GB |
65
+ | babesByStableYogi_v60.safetensors | 2.0 GB |
66
+ | babesByStableYogi_v7SD15.safetensors | 2.0 GB |
67
+ | babesByStableYogi_v7SD15INPAINT.safetensors | 4.0 GB |
68
+ | babesByStableYogi_xlV1.safetensors | 6.5 GB |
69
+ | babesByStableYogi_xlV1LCM.safetensors | 6.5 GB |
70
+ | babesByStableYogi_xlV2.safetensors | 6.8 GB |
71
+ | babesByStableYogi_xlV3.safetensors | 6.5 GB |
72
+ | babesByStableYogi_xlV3DMD2.safetensors | 6.5 GB |
73
+ | babesByStableYogi_xlV4.safetensors | 6.5 GB |
74
+
75
+ ## Model Versions
76
+
77
+ ### Babes (SDXL)
78
+
79
+ | Version | Base Model | Filename |
80
+ |---------|-----------|----------|
81
+ | v6.0_FP16 | SDXL 1.0 | babesByStableYogiSDXL_v60FP16.safetensors |
82
+ | v6.0_DMD2 | SDXL Lightning | babesByStableYogiSDXL_v60DMD2.safetensors |
83
+ | v6.0_BF16 | SDXL 1.0 | babesByStableYogiSDXL_v60BF16.safetensors |
84
+ | v6.0_FP32 | SDXL 1.0 | babesByStableYogiSDXL_v60FP32.safetensors |
85
+ | v5.0_FP16 | SDXL 1.0 | babesByStableYogiSDXL_v50FP16.safetensors |
86
+ | v5.0_BF16 | SDXL 1.0 | babesByStableYogiSDXL_v50BF16.safetensors |
87
+ | v5.0_DMD2 | SDXL 1.0 | babesByStableYogiSDXL_v50DMD2.safetensors |
88
+
89
+ ## Sample Images
90
+
91
+ ![sample](samples/1719840_sample_0.jpg)
92
+ ![sample](samples/1719840_sample_1.jpg)
93
+ ![sample](samples/1719840_sample_2.jpg)
94
+ ![sample](samples/1719840_sample_3.jpg)
95
+
96
+ ## Links
97
+
98
+ - [CivitAI](https://civitai.com/user/Stable_Yogi)
99
+ - [Discord](https://discord.com/invite/FAgfAeMqys)
100
+ - [Website](https://brandulate.com)
101
+
102
+ ---
103
+ *Model by Stable Yogi*
samples/1719840_sample_0.jpg ADDED

Git LFS Details

  • SHA256: 130b39ee339f6cd2dada44289dd7708052799885c21a2470235ffeecf0647482
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
samples/1719840_sample_1.jpg ADDED

Git LFS Details

  • SHA256: f913df5f059aff99f8aa151cd015f7073a66b407ebf72092a03271dd76af5387
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
samples/1719840_sample_2.jpg ADDED

Git LFS Details

  • SHA256: 070c879e9461abb493d1306cf0f45ac51bfd41f6628e6d35656d0782f1641605
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
samples/1719840_sample_3.jpg ADDED

Git LFS Details

  • SHA256: 6ffdd03c34939825f3ae6e312ae498a791c267f56cfb6fb3326d12211a08d903
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB