Ertoip commited on
Commit
3fde705
1 Parent(s): 3eeceb1

Update README.md

Browse files

# RPG Portrait Simulator

![Sample Portrait](sample-portrait.png)

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.

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)

## Introduction

Are you an RPG enthusiast looking to visualize your characters like never before? RPG Portrait Simulator is here to make your dreams a reality. This project utilizes a stable diffusion model trained with DreamBooth to generate character portraits from text descriptions. Whether you need a digital render of a futuristic sci-fi hero or a realistic portrait of a mythical elf, this tool has got you covered.

## Features

- Generate stunning RPG character portraits from text descriptions.
- Create both sci-fi and fantasy character art.
- Utilizes a stable diffusion model for high-quality results.
- Easy-to-use prompt format: `portraitGen, [style] portrait of [description]`.

## Getting Started

### Prerequisites

Before you can use RPG Portrait Simulator, ensure you have the following prerequisites installed:

- Python 3.x
- TensorFlow
- NumPy
- [DreamBooth pre-trained model](dreambooth-model-link)

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  pipeline_tag: text-to-image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  pipeline_tag: text-to-image
3
+ license: bigscience-openrail-m
4
+ language:
5
+ - en
6
+ library_name: diffusers
7
+ tags:
8
+ - art
9
+ - rpg
10
+ - D&D
11
+ - characters
12
+ - character design
13
+ - portraits
14
+ - fantasy
15
+ - sci-fi
16
+ - cyberpunk
17
+ - text-generation-inference
18
  ---