8BitStudio commited on
Commit
99ea90c
·
verified ·
1 Parent(s): aea1192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -46,11 +46,24 @@ image = gen.generate(prompt="a smiling anime girl with long blue hair", steps=50
46
 
47
  [![Download Generator](https://img.shields.io/badge/Download-generate__hf.py-blue?style=for-the-badge)](https://huggingface.co/8BitStudio/Aniimage-1/resolve/main/generate_hf.py)
48
 
 
 
49
  ```bash
50
  pip install torch torchvision diffusers transformers safetensors pillow huggingface_hub
51
  python generate_hf.py
52
  ```
53
 
 
 
 
 
 
 
 
 
 
 
 
54
  ## Capabilities
55
 
56
  - Anime character generation with varied hair colors and styles
 
46
 
47
  [![Download Generator](https://img.shields.io/badge/Download-generate__hf.py-blue?style=for-the-badge)](https://huggingface.co/8BitStudio/Aniimage-1/resolve/main/generate_hf.py)
48
 
49
+ after downloading, install the dependencies.
50
+
51
  ```bash
52
  pip install torch torchvision diffusers transformers safetensors pillow huggingface_hub
53
  python generate_hf.py
54
  ```
55
 
56
+ reccomended settings: Scheduler on DPM ++ 2M with 25 steps and a cfg of 7.5.
57
+ reccomended negative prompt: "low quality, ugly, blurry, distorted, deformed, bad anatomy, bad proportions, extra limbs, missing limbs, watermark,
58
+ text, signature, washed out, flat colors, manga panel, disfigured, poorly drawn, jpeg artifacts, cropped, out of frame"
59
+
60
+ ## Prompting
61
+
62
+ Aniimage uses plain text captions meaning for the best result use plain english.
63
+
64
+ Do "A smiling anime girl with red hair and a school uniform"
65
+ Not "1girl, solo, smile, red_hair, school_uniform, anime_coloring"
66
+
67
  ## Capabilities
68
 
69
  - Anime character generation with varied hair colors and styles