basesssssp commited on
Commit
7705c86
·
verified ·
1 Parent(s): 992a233

Update README.md

Browse files

A merged Stable Diffusion XL model combining specialized fine-tuned components for enhanced anime-style generation and general coherence. Built using the same merging method as [Doctor-Shotgun/NoobAI-XL-Merges](https://huggingface.co/Doctor-Shotgun/NoobAI-XL-Merges).

## 📝 Model Details
- **Mechanism**: Merge of three models:
- **NoobAI**: Fine-tuned for anime/niche domains.
- **SDXL1.0 + 0.9VAE**: Base model for general-purpose stability.
- **cyberrealisticv56**: Enhances realism and detail coherence.
- **Result**: `NoobAIcyberfix`—improves detail retention, human anatomy.

## ⚙️ Recommended Parameters
- **CFG Scale**: `5` (default)
- **CFG-fix** (optional): `4.5`
- **cfgrescale**(optional): `0.7`

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Laxhar/noobai-XL-Vpred-1.0
7
+ pipeline_tag: text-to-image
8
+ tags:
9
+ - SDXL
10
+ ---