Clarify SD 1.5 asset model card
Browse files
README.md
CHANGED
|
@@ -4,26 +4,54 @@ language:
|
|
| 4 |
- en
|
| 5 |
tags:
|
| 6 |
- aiplatforms
|
| 7 |
-
-
|
|
|
|
|
|
|
| 8 |
- text-to-image
|
| 9 |
-
-
|
|
|
|
|
|
|
| 10 |
pipeline_tag: text-to-image
|
| 11 |
---
|
| 12 |
|
| 13 |
-
# AI Platforms
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
-
- подготовка визуальных прототипов;
|
| 21 |
-
- инженерные эксперименты с text-to-image моделями.
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 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.
|