mystifying commited on
Commit
7a0603e
·
verified ·
1 Parent(s): 2cd92ea

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +65 -96
index.html CHANGED
@@ -9,103 +9,72 @@
9
  <body>
10
  <div class="card">
11
  <h1>sd cheet sheet</h1>
12
- <p>general info
13
- ----------------------------
14
- https://stable-diffusion-art.com/beginners-guide/
15
- https://stablediffusion.cdcruz.com/index.html
16
- https://huggingface.co/hollowstrawberry/stable-diffusion-guide
17
- https://github.com/Haoming02/All-in-One-Stable-Diffusion-Guide?tab=readme-ov-file#vae
18
- https://build.nvidia.com/explore/discover
19
- https://github.com/TonyLianLong/stable-diffusion-xl-demo/blob/benchmark/benchmark/README.md
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
-
22
- xl
23
- ------
24
- https://www.felixsanz.dev/articles/ultimate-guide-to-optimizing-stable-diffusion-xl#freeu
25
-
26
-
27
-
28
-
29
- flux
30
- ------
31
- https://education.civitai.com/quickstart-guide-to-flux-1/
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
- cheet sheets
40
- ------------------------------------
41
-
42
- styles
43
- -----
44
- https://supagruen.github.io/StableDiffusion-CheatSheet/
45
- https://huggingface.co/spaces/terrariyum/SDXL-artists-browser
46
- https://github.com/valdecircarvalho/estudos-ia/blob/main/sd-artist-style-list.md
47
- https://weirdwonderfulai.art/resources/stable-diffusion-xl-sdxl-artist-study/
48
- https://rikkar69.github.io/SDXL-artist-study/
49
- https://stable-diffusion-art.com/sdxl-styles/
50
- https://sdxl.parrotzone.art/recent
51
- https://www.reddit.com/r/StableDiffusion/comments/1b0qd3a/discovered_the_cheat_sheet/
52
-
53
- resolution
54
- --------
55
- https://www.reddit.com/r/StableDiffusion/comments/15c3rf6/sdxl_resolution_cheat_sheet/
56
-
57
-
58
-
59
-
60
-
61
- models
62
- ------------------------------
63
- https://huggingface.co/CompVis/stable-diffusion
64
- https://huggingface.co/n0madic/deliberate
65
- https://huggingface.co/XpucT/Deliberate
66
- https://stable-diffusion-art.com/models/
67
- https://huggingface.co/Kijai
68
- https://huggingface.co/WarriorMama777/OrangeMixs
69
- https://huggingface.co/stabilityai/sdxl-turbo/tree/main
70
- https://github.com/Stability-AI/generative-models
71
-
72
-
73
- extensions
74
- ----------------------
75
-
76
- https://github.com/lllyasviel/ControlNet
77
- https://github.com/Mikubill/sd-webui-controlnet
78
- --models--- https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main
79
-
80
- https://github.com/xinsir6/ControlNetPlus/tree/main
81
- https://huggingface.co/xinsir/controlnet-union-sdxl-1.0
82
-
83
- https://github.com/Bing-su/adetailer
84
- https://github.com/zanllp/sd-webui-infinite-image-browsing
85
- https://github.com/DominikDoom/a1111-sd-webui-tagcomplete
86
- https://github.com/adieyal/sd-dynamic-prompts
87
- https://github.com/Akegarasu/sd-webui-model-converter
88
-
89
- https://stable-diffusion-art.com/regional-prompter/
90
- https://github.com/hako-mikan/sd-webui-regional-prompter
91
-
92
- https://stable-diffusion-art.com/depth-to-image/
93
- https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/512-depth-ema.ckpt
94
- https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT
95
-
96
-
97
- embedding
98
- -----------
99
- https://huggingface.co/datasets/gsdf/EasyNegative
100
-
101
-
102
- upscalers
103
- ----------
104
- https://openmodeldb.info/
105
-
106
- themes/styles for ui
107
- --------------------
108
- https://github.com/catppuccin/stable-diffusion-webui
109
  <p>
110
  Also don't forget to check the
111
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
 
9
  <body>
10
  <div class="card">
11
  <h1>sd cheet sheet</h1>
12
+ <p><a href="generalinfo" target="_blank" rel="nofollow">generalinfo</a>
13
+ <a href="----------------------------" target="_blank" rel="nofollow">----------------------------</a>
14
+ <a href="https://stable-diffusion-art.com/beginners-guide/" target="_blank" rel="nofollow">https://stable-diffusion-art.com/beginners-guide/</a>
15
+ <a href="https://stablediffusion.cdcruz.com/index.html" target="_blank" rel="nofollow">https://stablediffusion.cdcruz.com/index.html</a>
16
+ <a href="https://huggingface.co/hollowstrawberry/stable-diffusion-guide" target="_blank" rel="nofollow">https://huggingface.co/hollowstrawberry/stable-diffusion-guide</a>
17
+ <a href="https://github.com/Haoming02/All-in-One-Stable-Diffusion-Guide?tab=readme-ov-file#vae" target="_blank" rel="nofollow">https://github.com/Haoming02/All-in-One-Stable-Diffusion-Guide?tab=readme-ov-file#vae</a>
18
+ <a href="https://build.nvidia.com/explore/discover" target="_blank" rel="nofollow">https://build.nvidia.com/explore/discover</a>
19
+ <a href="https://github.com/TonyLianLong/stable-diffusion-xl-demo/blob/benchmark/benchmark/README.md" target="_blank" rel="nofollow">https://github.com/TonyLianLong/stable-diffusion-xl-demo/blob/benchmark/benchmark/README.md</a>
20
+ <a href="xl" target="_blank" rel="nofollow">xl</a>
21
+ <a href="------" target="_blank" rel="nofollow">------</a>
22
+ <a href="https://www.felixsanz.dev/articles/ultimate-guide-to-optimizing-stable-diffusion-xl#freeu" target="_blank" rel="nofollow">https://www.felixsanz.dev/articles/ultimate-guide-to-optimizing-stable-diffusion-xl#freeu</a>
23
+ <a href="flux" target="_blank" rel="nofollow">flux</a>
24
+ <a href="------" target="_blank" rel="nofollow">------</a>
25
+ <a href="https://education.civitai.com/quickstart-guide-to-flux-1/" target="_blank" rel="nofollow">https://education.civitai.com/quickstart-guide-to-flux-1/</a>
26
+ <a href="cheetsheets" target="_blank" rel="nofollow">cheetsheets</a>
27
+ <a href="------------------------------------" target="_blank" rel="nofollow">------------------------------------</a>
28
+ <a href="styles" target="_blank" rel="nofollow">styles</a>
29
+ <a href="-----" target="_blank" rel="nofollow">-----</a>
30
+ <a href="https://supagruen.github.io/StableDiffusion-CheatSheet/" target="_blank" rel="nofollow">https://supagruen.github.io/StableDiffusion-CheatSheet/</a>
31
+ <a href="https://huggingface.co/spaces/terrariyum/SDXL-artists-browser" target="_blank" rel="nofollow">https://huggingface.co/spaces/terrariyum/SDXL-artists-browser</a>
32
+ <a href="https://github.com/valdecircarvalho/estudos-ia/blob/main/sd-artist-style-list.md" target="_blank" rel="nofollow">https://github.com/valdecircarvalho/estudos-ia/blob/main/sd-artist-style-list.md</a>
33
+ <a href="https://weirdwonderfulai.art/resources/stable-diffusion-xl-sdxl-artist-study/" target="_blank" rel="nofollow">https://weirdwonderfulai.art/resources/stable-diffusion-xl-sdxl-artist-study/</a>
34
+ <a href="https://rikkar69.github.io/SDXL-artist-study/" target="_blank" rel="nofollow">https://rikkar69.github.io/SDXL-artist-study/</a>
35
+ <a href="https://stable-diffusion-art.com/sdxl-styles/" target="_blank" rel="nofollow">https://stable-diffusion-art.com/sdxl-styles/</a>
36
+ <a href="https://sdxl.parrotzone.art/recent" target="_blank" rel="nofollow">https://sdxl.parrotzone.art/recent</a>
37
+ <a href="https://www.reddit.com/r/StableDiffusion/comments/1b0qd3a/discovered_the_cheat_sheet/" target="_blank" rel="nofollow">https://www.reddit.com/r/StableDiffusion/comments/1b0qd3a/discovered_the_cheat_sheet/</a>
38
+ <a href="resolution" target="_blank" rel="nofollow">resolution</a>
39
+ <a href="--------" target="_blank" rel="nofollow">--------</a>
40
+ <a href="https://www.reddit.com/r/StableDiffusion/comments/15c3rf6/sdxl_resolution_cheat_sheet/" target="_blank" rel="nofollow">https://www.reddit.com/r/StableDiffusion/comments/15c3rf6/sdxl_resolution_cheat_sheet/</a>
41
+ <a href="models" target="_blank" rel="nofollow">models</a>
42
+ <a href="------------------------------" target="_blank" rel="nofollow">------------------------------</a>
43
+ <a href="https://huggingface.co/CompVis/stable-diffusion" target="_blank" rel="nofollow">https://huggingface.co/CompVis/stable-diffusion</a>
44
+ <a href="https://huggingface.co/n0madic/deliberate" target="_blank" rel="nofollow">https://huggingface.co/n0madic/deliberate</a>
45
+ <a href="https://huggingface.co/XpucT/Deliberate" target="_blank" rel="nofollow">https://huggingface.co/XpucT/Deliberate</a>
46
+ <a href="https://stable-diffusion-art.com/models/" target="_blank" rel="nofollow">https://stable-diffusion-art.com/models/</a>
47
+ <a href="https://huggingface.co/Kijai" target="_blank" rel="nofollow">https://huggingface.co/Kijai</a>
48
+ <a href="https://huggingface.co/WarriorMama777/OrangeMixs" target="_blank" rel="nofollow">https://huggingface.co/WarriorMama777/OrangeMixs</a>
49
+ <a href="https://huggingface.co/stabilityai/sdxl-turbo/tree/main" target="_blank" rel="nofollow">https://huggingface.co/stabilityai/sdxl-turbo/tree/main</a>
50
+ <a href="https://github.com/Stability-AI/generative-models" target="_blank" rel="nofollow">https://github.com/Stability-AI/generative-models</a>
51
+ <a href="extensions" target="_blank" rel="nofollow">extensions</a>
52
+ <a href="----------------------" target="_blank" rel="nofollow">----------------------</a>
53
+ <a href="https://github.com/lllyasviel/ControlNet" target="_blank" rel="nofollow">https://github.com/lllyasviel/ControlNet</a>
54
+ <a href="https://github.com/Mikubill/sd-webui-controlnet" target="_blank" rel="nofollow">https://github.com/Mikubill/sd-webui-controlnet</a>
55
+ <a href="--models---https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main" target="_blank" rel="nofollow">--models---https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main</a>
56
+ <a href="https://github.com/xinsir6/ControlNetPlus/tree/main" target="_blank" rel="nofollow">https://github.com/xinsir6/ControlNetPlus/tree/main</a>
57
+ <a href="https://huggingface.co/xinsir/controlnet-union-sdxl-1.0" target="_blank" rel="nofollow">https://huggingface.co/xinsir/controlnet-union-sdxl-1.0</a>
58
+ <a href="https://github.com/Bing-su/adetailer" target="_blank" rel="nofollow">https://github.com/Bing-su/adetailer</a>
59
+ <a href="https://github.com/zanllp/sd-webui-infinite-image-browsing" target="_blank" rel="nofollow">https://github.com/zanllp/sd-webui-infinite-image-browsing</a>
60
+ <a href="https://github.com/DominikDoom/a1111-sd-webui-tagcomplete" target="_blank" rel="nofollow">https://github.com/DominikDoom/a1111-sd-webui-tagcomplete</a>
61
+ <a href="https://github.com/adieyal/sd-dynamic-prompts" target="_blank" rel="nofollow">https://github.com/adieyal/sd-dynamic-prompts</a>
62
+ <a href="https://github.com/Akegarasu/sd-webui-model-converter" target="_blank" rel="nofollow">https://github.com/Akegarasu/sd-webui-model-converter</a>
63
+ <a href="https://stable-diffusion-art.com/regional-prompter/" target="_blank" rel="nofollow">https://stable-diffusion-art.com/regional-prompter/</a>
64
+ <a href="https://github.com/hako-mikan/sd-webui-regional-prompter" target="_blank" rel="nofollow">https://github.com/hako-mikan/sd-webui-regional-prompter</a>
65
+ <a href="https://stable-diffusion-art.com/depth-to-image/" target="_blank" rel="nofollow">https://stable-diffusion-art.com/depth-to-image/</a>
66
+ <a href="https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/512-depth-ema.ckpt" target="_blank" rel="nofollow">https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/512-depth-ema.ckpt</a>
67
+ <a href="https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT" target="_blank" rel="nofollow">https://github.com/NVIDIA/Stable-Diffusion-WebUI-TensorRT</a>
68
+ <a href="embedding" target="_blank" rel="nofollow">embedding</a>
69
+ <a href="-----------" target="_blank" rel="nofollow">-----------</a>
70
+ <a href="https://huggingface.co/datasets/gsdf/EasyNegative" target="_blank" rel="nofollow">https://huggingface.co/datasets/gsdf/EasyNegative</a>
71
+ <a href="upscalers" target="_blank" rel="nofollow">upscalers</a>
72
+ <a href="----------" target="_blank" rel="nofollow">----------</a>
73
+ <a href="https://openmodeldb.info/" target="_blank" rel="nofollow">https://openmodeldb.info/</a>
74
+ <a href="themes/stylesforui" target="_blank" rel="nofollow">themes/stylesforui</a>
75
+ <a href="--------------------" target="_blank" rel="nofollow">--------------------</a>
76
+ <a href="https://github.com/catppuccin/stable-diffusion-webui" target="_blank" rel="nofollow">https://github.com/catppuccin/stable-diffusion-webui</a>
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  <p>
79
  Also don't forget to check the
80
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.