|
--- |
|
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. |