Koolchh commited on
Commit
86875ae
1 Parent(s): baa4b82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - ✔️ **Good for training**: AnimeBoysXL is suitable for further training, thanks to its neutral style and ability to recognize a great deal of concepts. Feel free to train your own anime boy model/LoRA from AnimeBoysXL.
17
  - ❌ AnimeBoysXL is not optimized for creating anime girls. Please consider using other models for that purpose.
18
 
19
- ## Inference guide
20
 
21
  - **Prompt**: Use tag-based prompts to describe your subject.
22
  - Append `, best quality, amazing quality, best aesthetic, absurdres` to the prompt to improve image quality.
@@ -29,7 +29,7 @@ tags:
29
  - **Sampling method, sampling steps and CFG scale**: I find **(Euler a, 28, 5)** good. You are encouraged to experiment with other settings.
30
  - **Width and height**: **832*1216** for portrait, **1024*1024** for square, and **1216*832** for landscape.
31
 
32
- ## 🧨Diffusers example usage
33
 
34
  ```python
35
  import torch
@@ -51,7 +51,7 @@ image = pipe(
51
  ).images[0]
52
  ```
53
 
54
- ## Training details
55
 
56
  AnimeBoysXL is trained from [Stable Diffusion XL Base 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), on ~516k images.
57
 
 
16
  - ✔️ **Good for training**: AnimeBoysXL is suitable for further training, thanks to its neutral style and ability to recognize a great deal of concepts. Feel free to train your own anime boy model/LoRA from AnimeBoysXL.
17
  - ❌ AnimeBoysXL is not optimized for creating anime girls. Please consider using other models for that purpose.
18
 
19
+ ## Inference Guide
20
 
21
  - **Prompt**: Use tag-based prompts to describe your subject.
22
  - Append `, best quality, amazing quality, best aesthetic, absurdres` to the prompt to improve image quality.
 
29
  - **Sampling method, sampling steps and CFG scale**: I find **(Euler a, 28, 5)** good. You are encouraged to experiment with other settings.
30
  - **Width and height**: **832*1216** for portrait, **1024*1024** for square, and **1216*832** for landscape.
31
 
32
+ ## 🧨Diffusers Example Usage
33
 
34
  ```python
35
  import torch
 
51
  ).images[0]
52
  ```
53
 
54
+ ## Training Details
55
 
56
  AnimeBoysXL is trained from [Stable Diffusion XL Base 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0), on ~516k images.
57