File size: 1,504 Bytes
92a35ff
 
 
c40aeb3
b278c45
92a35ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0128027
92a35ff
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
license: apache-2.0
---
Model Name: FNaF Asset Generator

Description
This model is designed for generating high-quality images based on textual prompts, leveraging diffusion techniques. It is particularly fine-tuned for creating unique assets related to the Five Nights at Freddy's (FNaF) universe, allowing users to generate characters, settings, and thematic elements.

Features
Text-to-Image Generation: Input descriptive prompts to generate corresponding images.
Customizable Parameters: Adjust settings such as image width, height, and guidance scale to fine-tune outputs.
Random Seed Option: Generate variations of images with randomized seeds or use specific seed values for reproducibility.
Negative Prompting: Specify elements to avoid in the generated image.
Requirements
To use this model, ensure you have the following libraries installed:

bash
´´´
pip install torch torchvision diffusers gradio
´´´
Usage
Clone the repository or download the model files.

Ensure you have the model files in the correct directory structure:

python
´´´
model_dir/
    └── model.bin
´´´
Run the application:

´´´
python app.py
´´´
Access the Gradio interface in your web browser and input your prompts.

Examples
Prompt: "Bonnie In the Bathroom"
Prompt: "Freddy in the Office"
License
This model is licensed under the apache-2.0. For more details, see the LICENSE file.

Acknowledgments
Based on diffusion models and techniques.
Inspired by the Five Nights at Freddy's franchise.