8BitStudio commited on
Commit
aea1192
·
verified ·
1 Parent(s): 5dbc62b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -42,6 +42,15 @@ gen.load_model("path/to/checkpoint")
42
  image = gen.generate(prompt="a smiling anime girl with long blue hair", steps=50, cfg_scale=7.0)
43
  ```
44
 
 
 
 
 
 
 
 
 
 
45
  ## Capabilities
46
 
47
  - Anime character generation with varied hair colors and styles
 
42
  image = gen.generate(prompt="a smiling anime girl with long blue hair", steps=50, cfg_scale=7.0)
43
  ```
44
 
45
+ ## Quick Start
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