Ertoip commited on
Commit
3c703b5
1 Parent(s): 06c3854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -18,20 +18,14 @@ tags:
18
  ---
19
  # RPG Portrait Simulator
20
 
21
- ![Sample Portrait](sample-portrait.png)
22
 
23
  RPG Portrait Simulator is a stable diffusion model capable of generating stunning RPG character portraits from text descriptions. It can create both sci-fi and fantasy digital art or renders, allowing you to bring your RPG characters to life with ease.
24
 
25
  ## Table of Contents
26
  - [Introduction](#introduction)
27
  - [Features](#features)
28
- - [Getting Started](#getting-started)
29
- - [Prerequisites](#prerequisites)
30
- - [Installation](#installation)
31
- - [Usage](#usage)
32
  - [Examples](#examples)
33
- - [Contributing](#contributing)
34
- - [License](#license)
35
 
36
  ## Introduction
37
 
@@ -44,13 +38,18 @@ Are you an RPG enthusiast looking to visualize your characters like never before
44
  - Utilizes a stable diffusion model for high-quality results.
45
  - Easy-to-use prompt format: `portraitGen, [style] portrait of [description]`.
46
 
47
- ## Getting Started
48
 
49
- ### Prerequisites
50
 
51
- Before you can use RPG Portrait Simulator, ensure you have the following prerequisites installed:
 
 
52
 
53
- - Python 3.x
54
- - TensorFlow
55
- - NumPy
56
- - [DreamBooth pre-trained model](dreambooth-model-link)
 
 
 
 
18
  ---
19
  # RPG Portrait Simulator
20
 
21
+ ![Sample Portrait](sample-portrait.jpg)
22
 
23
  RPG Portrait Simulator is a stable diffusion model capable of generating stunning RPG character portraits from text descriptions. It can create both sci-fi and fantasy digital art or renders, allowing you to bring your RPG characters to life with ease.
24
 
25
  ## Table of Contents
26
  - [Introduction](#introduction)
27
  - [Features](#features)
 
 
 
 
28
  - [Examples](#examples)
 
 
29
 
30
  ## Introduction
31
 
 
38
  - Utilizes a stable diffusion model for high-quality results.
39
  - Easy-to-use prompt format: `portraitGen, [style] portrait of [description]`.
40
 
41
+ ## Examples
42
 
43
+ To generate character portraits, use the following prompts as examples:
44
 
45
+ - `portraitGen, digital render portrait of [your character description]`
46
+ - `portraitGen, realistic portrait of [your character description]`
47
+ - `portraitGen, fantasy portrait of [your character description]`
48
 
49
+ Replace `[your character description]` with your specific character details. For instance:
50
+
51
+ - `portraitGen, digital render portrait of a futuristic space explorer`
52
+ - `portraitGen, realistic portrait of a female elf with white hair`
53
+ - `portraitGen, fantasy portrait of a brave knight in shining armor`
54
+
55
+ Feel free to experiment with different prompts to create unique character portraits for your RPG adventures!