-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstable-diffusion-macos.html
More file actions
220 lines (201 loc) · 10.4 KB
/
stable-diffusion-macos.html
File metadata and controls
220 lines (201 loc) · 10.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ALICE - Stable Diffusion for macOS & Linux | Local Image Generation</title>
<meta name="description" content="ALICE is a Stable Diffusion service for macOS and Linux with an OpenAI-compatible API. Text-to-image, image-to-image, NVIDIA CUDA, AMD Vulkan/ROCm, and Apple MPS support.">
<meta name="keywords" content="Stable Diffusion macOS, Stable Diffusion Linux, local image generation, ALICE, AI image generation, img2img, Vulkan, ROCm">
<meta name="author" content="Andrew Wyatt (Fewtarius)">
<link rel="canonical" href="https://www.syntheticautonomicmind.org/stable-diffusion-macos.html">
<link rel="stylesheet" href="css/styles.css?v=8">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<a href="/" class="nav-brand">
<img src="images/sam4.png" alt="SAM" class="nav-logo">
<span class="logo">Synthetic Autonomic Mind</span>
</a>
<div class="nav-menu" id="navMenu">
<a href="/#features">Features</a>
<a href="/#documentation">Docs</a>
<a href="/#community">Community</a>
<a href="/#get-started" class="nav-download">Download</a>
</div>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-modern">
<div class="container-wide">
<div class="hero-modern-content">
<div class="eyebrow" style="color: var(--primary-blue); margin-bottom: 24px;">ALICE</div>
<h1>Unlimited image generation on your hardware.</h1>
<p class="hero-lead">ALICE runs Stable Diffusion locally. No subscription, no cloud upload, no cost per image. Generate whatever you want - your prompts and images never leave your machine.</p>
<div class="hero-cta">
<a href="https://github.com/SyntheticAutonomicMind/ALICE/releases/latest" class="btn-large btn-primary" target="_blank">
Download ALICE
</a>
<a href="docs/ALICE/index.html" class="btn-large btn-secondary">
Read the Docs
</a>
</div>
<p class="hero-note">Free and open source. macOS (MPS) and Linux (CUDA, ROCm, Vulkan). Deploy standalone or via Docker.</p>
</div>
</div>
</section>
<!-- Product Image -->
<section class="feature-highlight">
<div class="container">
<div style="text-align: center;">
<img src="images/alice.png" alt="ALICE" style="max-width: 480px; width: 100%; height: auto;">
</div>
</div>
</section>
<!-- Key Capabilities -->
<section class="feature-highlight alt">
<div class="container">
<h2 class="section-title-centered">Everything you need to create.</h2>
<div class="features-grid-modern">
<div class="feature-item-modern">
<h3>Generation studio</h3>
<p>Text-to-image and image-to-image with full parameter control. LoRA models, negative prompts, multiple schedulers, seed control, and resolution presets.</p>
</div>
<div class="feature-item-modern">
<h3>Private gallery</h3>
<p>Masonry grid gallery with per-image privacy controls. Optional time-limited public sharing. Regenerate from any image, view metadata, batch manage your collection.</p>
</div>
<div class="feature-item-modern">
<h3>Model marketplace</h3>
<p>Browse, search, and download models from CivitAI and HuggingFace directly in the UI. SDXL, SD 1.5, FLUX, GGUF, and custom fine-tunes all supported.</p>
</div>
<div class="feature-item-modern">
<h3>Real-time dashboard</h3>
<p>GPU memory, system metrics, generation history, and quick actions. Monitor everything from a single view.</p>
</div>
<div class="feature-item-modern">
<h3>Multi-GPU support</h3>
<p>NVIDIA CUDA, AMD Vulkan/ROCm, Apple MPS, and CPU fallback. PyTorch and stable-diffusion.cpp backends with smart model caching.</p>
</div>
<div class="feature-item-modern">
<h3>Admin and authentication</h3>
<p>User management, API key generation, role-based access. Deploy for yourself or share with your team.</p>
</div>
</div>
</div>
</section>
<!-- Feature Highlights -->
<section class="feature-highlight">
<div class="container">
<div class="feature-split">
<div class="feature-text">
<h2>A prompting guide built right in.</h2>
<p>ALICE includes model-specific prompting guidance so you get better results from the start. Learn what works for SD 1.5, SDXL, and FLUX without leaving the app.</p>
<p>Adjust steps, guidance scale, denoising strength, samplers, and schedulers. Use LoRA models for style transfer. Full Stable Diffusion capabilities without compromise.</p>
</div>
<div class="feature-visual">
<div class="feature-placeholder">
<div style="font-size: 21px; font-weight: 600; color: var(--text-secondary);">Prompting Guide</div>
</div>
</div>
</div>
</div>
</section>
<section class="feature-highlight alt">
<div class="container">
<div class="feature-split reverse">
<div class="feature-text">
<h2>Your images, your rules.</h2>
<p>Every image is private by default. Share individual images with optional time-limited public links that expire automatically. NSFW filtering is built in and configurable.</p>
<p>All generation happens on your hardware. No cloud services, no data collection, no usage tracking. Run on macOS or Linux - your GPU, your data, your creations.</p>
</div>
<div class="feature-visual">
<div class="feature-placeholder">
<div style="font-size: 21px; font-weight: 600; color: var(--text-secondary);">Privacy Controls</div>
</div>
</div>
</div>
</div>
</section>
<section class="feature-highlight">
<div class="container">
<div class="feature-split">
<div class="feature-text">
<h2>Deploy anywhere.</h2>
<p>Run standalone, as a systemd or launchd service, or in Docker. Self-update system keeps ALICE current automatically. Built-in SteamOS/Steam Deck installer for AMD GPUs.</p>
<p>OpenAI-compatible REST API for integration with SAM, scripts, or any tool. Generate images from conversations, automate workflows, or build on top of the API.</p>
</div>
<div class="feature-visual">
<div class="feature-placeholder">
<div style="font-size: 21px; font-weight: 600; color: var(--text-secondary);">Deployment Options</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="cta-content">
<h2>Get started with ALICE.</h2>
<p>Download for macOS or Linux. Generate images locally.</p>
<div class="cta-buttons">
<a href="https://github.com/SyntheticAutonomicMind/ALICE/releases/latest" class="btn-large btn-primary" target="_blank">
Download ALICE
</a>
<a href="docs/ALICE/index.html" class="btn-large btn-secondary">
Read the Docs
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer-modern">
<div class="container">
<div class="footer-grid">
<div class="footer-col">
<h4>Products</h4>
<ul>
<li><a href="index.html">SAM</a></li>
<li><a href="clio-terminal-ai.html">CLIO</a></li>
<li><a href="stable-diffusion-macos.html">ALICE</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Resources</h4>
<ul>
<li><a href="docs/SAM/end-user/getting-started.html">Getting Started</a></li>
<li><a href="docs/ALICE/index.html">Documentation</a></li>
<li><a href="https://github.com/SyntheticAutonomicMind/ALICE" target="_blank">GitHub</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Community</h4>
<ul>
<li><a href="https://discord.gg/bwWEKJ8u" target="_blank">Discord</a></li>
<li><a href="https://github.com/SyntheticAutonomicMind/ALICE/discussions" target="_blank">Discussions</a></li>
</ul>
</div>
</div>
<div class="footer-bottom-modern">
<p>© 2026 Synthetic Autonomic Mind. Software licensed under GPLv3. Website and documentation licensed under CC BY-NC 4.0.</p>
</div>
</div>
</footer>
<!-- Mobile Menu Script -->
<script>
const hamburger = document.getElementById('hamburger');
const navMenu = document.getElementById('navMenu');
hamburger.addEventListener('click', () => {
navMenu.classList.toggle('active');
});
</script>
</body>
</html>