Text-to-Image
anime
girls
FA770 commited on
Commit
247c5f6
1 Parent(s): 4676289

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -5,6 +5,7 @@ datasets:
5
  - KBlueLeaf/danbooru2023-metadata-database
6
  base_model:
7
  - black-forest-labs/FLUX.1-schnell
 
8
  pipeline_tag: text-to-image
9
  tags:
10
  - anime
@@ -32,11 +33,12 @@ Sumeshi flux.1 S is an experimental anime model to verify if de-distilling and e
32
  Previously, `discrete_flow_shift 3.2` was used, but it was suspected to be a reason for poor response at low steps. Verification results showed that not using shift and having a smaller `sigmoid_scale` reduced blurriness. However, insufficient training leads to noisy backgrounds, so further exploration of hyperparameters seems necessary.
33
 
34
  ## Usage
35
- - **Resolution:** Like other Flux models
36
  - **(Distilled) Guidance Scale:** 3 or 5
37
  - **CFG Scale:** 6 ~ 9 (recommend 7; scale 1 does not generate decent outputs)
38
  - **Steps:** 20 ~ 30 (not around 4 steps)
39
- - **(Distilled) Guidance Scale:** 3 or 5 (Does not work due to Schnell-based model)
 
40
 
41
  ## Prompt Format (from [Kohaku-XL-Epsilon](https://huggingface.co/KBlueLeaf/Kohaku-XL-Epsilon))
42
  ```<1girl/1boy/1other/...>, <character>, <series>, <artists>, <general tags>, <quality tags>, <year tags>, <meta tags>, <rating tags>```
 
5
  - KBlueLeaf/danbooru2023-metadata-database
6
  base_model:
7
  - black-forest-labs/FLUX.1-schnell
8
+ - FA770/Sumeshi_Flux.1_S_v002E
9
  pipeline_tag: text-to-image
10
  tags:
11
  - anime
 
33
  Previously, `discrete_flow_shift 3.2` was used, but it was suspected to be a reason for poor response at low steps. Verification results showed that not using shift and having a smaller `sigmoid_scale` reduced blurriness. However, insufficient training leads to noisy backgrounds, so further exploration of hyperparameters seems necessary.
34
 
35
  ## Usage
36
+ - Resolution: Like other Flux models
37
  - **(Distilled) Guidance Scale:** 3 or 5
38
  - **CFG Scale:** 6 ~ 9 (recommend 7; scale 1 does not generate decent outputs)
39
  - **Steps:** 20 ~ 30 (not around 4 steps)
40
+ - sampler: Euler
41
+ - scheduler: Simple, Beta
42
 
43
  ## Prompt Format (from [Kohaku-XL-Epsilon](https://huggingface.co/KBlueLeaf/Kohaku-XL-Epsilon))
44
  ```<1girl/1boy/1other/...>, <character>, <series>, <artists>, <general tags>, <quality tags>, <year tags>, <meta tags>, <rating tags>```