NebulaeWis commited on
Commit
be4ccd9
1 Parent(s): 1da5745

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -10,13 +10,23 @@ pipeline_tag: text-to-image
10
  tags:
11
  - Diffusers
12
  - Safetensors
 
13
  ---
14
 
15
- # New Image Generation Model
16
 
17
- This is an image generation model based on training from Laxhar/noobai-XL_v1.0.
 
 
 
 
 
 
 
 
 
 
 
18
 
19
- It utilizes the latest full Danbooru and e621 datasets for training, with native tags and nature language caption.
20
 
21
  # Model Introduction
22
 
 
10
  tags:
11
  - Diffusers
12
  - Safetensors
13
+
14
  ---
15
 
 
16
 
17
+ # Model Description
18
+
19
+ This image generation model, based on Laxhar/noobai-XL_v1.0, leverages full Danbooru and e621 datasets with native tags and natural language captioning.
20
+
21
+ Implemented as a v-prediction model (distinct from eps-prediction), it requires specific parameter configurations - detailed in following sections.
22
+
23
+ Special thanks to my teammate euge for the coding work, and we're grateful for the technical support from many helpful community members.
24
+
25
+ # ⚠️ IMPORTANT NOTICE ⚠️
26
+ ## **Parameters differ from traditional eps-prediction models!**
27
+
28
+
29
 
 
30
 
31
  # Model Introduction
32