Update README.md
Browse files
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 |
+
[](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
|