SOLRICKS commited on
Commit
8e16067
·
verified ·
1 Parent(s): 60d4900

Add Space README

Browse files
Files changed (1) hide show
  1. README.md +48 -5
README.md CHANGED
@@ -1,15 +1,58 @@
1
  ---
2
- title: Solricks Image Generator
3
  emoji: 🚀
4
- colorFrom: red
5
- colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  license: mit
12
  short_description: Free visual AI preview powered by the Solricks backend.
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: SOLRICKS Image Generator
3
  emoji: 🚀
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: gradio
7
  sdk_version: 6.14.0
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Free visual AI preview powered by the Solricks backend.
12
  ---
13
 
14
+ # SOLRICKS Image Generator
15
+
16
+ **SOLRICKS Image Generator** is a public visual AI preview powered by the **Solricks backend**.
17
+
18
+ This Space lets you generate preview images using the Solricks visual AI workflow system.
19
+
20
+ ## What this Space does
21
+
22
+ - Generates AI images from text prompts
23
+ - Uses the Solricks backend
24
+ - Provides a simple public demo interface
25
+ - Supports multiple styles and resolutions
26
+
27
+ ## Available styles
28
+
29
+ - Portrait
30
+ - Realistic
31
+ - Cinematic
32
+ - Product
33
+
34
+ ## Available resolutions
35
+
36
+ - `1024x1024`
37
+ - `768x1344`
38
+ - `1344x768`
39
+
40
+ ## Example prompts
41
+
42
+ **Portrait**
43
+
44
+ ```text
45
+ cinematic portrait of a futuristic woman, dramatic lighting, realistic details
46
+ ```
47
+
48
+ **Product**
49
+
50
+ ```text
51
+ luxury product photo of a perfume bottle, black background, premium studio lighting
52
+ ```
53
+
54
+ **Cinematic**
55
+
56
+ ```text
57
+ realistic AI robot in a dark premium technology lab, cinematic lighting
58
+ ```