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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +98 -2
index.html CHANGED
@@ -8,8 +8,104 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  <p>
14
  Also don't forget to check the
15
  <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
 
8
  </head>
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>.