aiplatforms commited on
Commit
1a1aea3
·
verified ·
1 Parent(s): 6e25969

Clarify SD 1.5 asset model card

Browse files
Files changed (1) hide show
  1. README.md +40 -12
README.md CHANGED
@@ -4,26 +4,54 @@ language:
4
  - en
5
  tags:
6
  - aiplatforms
7
- - local-ai
 
 
8
  - text-to-image
9
- - image-generation
 
 
10
  pipeline_tag: text-to-image
11
  ---
12
 
13
- # AI Platforms Visual Generation Magic Circle
14
 
15
- Визуальный AI-артефакт AI Platforms для экспериментов с генерацией изображений и прототипирования локальных creative AI пайплайнов.
16
 
17
- ## Назначение
18
 
19
- - проверка локальных пайплайнов генерации изображений;
20
- - подготовка визуальных прототипов;
21
- - инженерные эксперименты с text-to-image моделями.
22
 
23
- ## AI Platforms
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
- [AI Platforms](https://aiplatforms.ru/) внедряет локальные ИИ-платформы для бизнеса: приватные LLM, RAG, машинное зрение, AI-агентов, 3D-аватары и GPU-серверы.
26
 
27
- ## Ограничения
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
- Артефакт предназначен для исследовательского и инженерного использования. Перед промышленным применением требуется отдельная проверка качества, лицензий, безопасности и соответствия внутренним политикам.
 
4
  - en
5
  tags:
6
  - aiplatforms
7
+ - stable-diffusion
8
+ - stable-diffusion-1.5
9
+ - sd15
10
  - text-to-image
11
+ - asset-generation
12
+ - checkpoint
13
+ - full-model
14
  pipeline_tag: text-to-image
15
  ---
16
 
17
+ # AI Platforms SD 1.5 Magic Circle Asset Generator
18
 
19
+ Stable Diffusion 1.5 full checkpoint trained for generating **magic circle visual assets**.
20
 
21
+ This repository contains a full SD 1.5 model/checkpoint, not a LoRA adapter. It is intended for asset-generation experiments and visual prototyping where the target visual domain matches the model name.
22
 
23
+ ## Intended Use
 
 
24
 
25
+ - generating themed 2D assets;
26
+ - visual prototyping for games, interfaces and creative tools;
27
+ - testing local Stable Diffusion 1.5 pipelines;
28
+ - building internal asset-generation workflows.
29
+
30
+ ## Model Type
31
+
32
+ - Base family: Stable Diffusion 1.5
33
+ - Type: full fine-tuned checkpoint/model
34
+ - Task: text-to-image
35
+ - Primary use: domain-specific asset generation
36
+
37
+ ## Usage Notes
38
+
39
+ Use the model in a Stable Diffusion 1.5-compatible runtime. Prompt quality, sampler, CFG scale, resolution and negative prompts can significantly affect output quality.
40
 
41
+ Recommended workflow:
42
 
43
+ - start with a short prompt describing the desired asset;
44
+ - add style and composition constraints;
45
+ - generate multiple candidates;
46
+ - manually review outputs before using them in production assets.
47
+
48
+ ## Limitations
49
+
50
+ - Output quality depends on prompt design and inference settings.
51
+ - The model may produce artifacts, distorted details or inconsistent style.
52
+ - Generated assets should be reviewed for licensing, brand safety and production suitability.
53
+ - This is an experimental AI Platforms asset-generation model, not a guaranteed production asset pipeline by itself.
54
+
55
+ ## AI Platforms
56
 
57
+ [AI Platforms](https://aiplatforms.ru/) designs and deploys local AI platforms for business: private LLMs, RAG systems, computer vision, AI agents, 3D avatars and GPU infrastructure.