Instructions to use ItsJayQz/Classic_Telltale_Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ItsJayQz/Classic_Telltale_Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ItsJayQz/Classic_Telltale_Diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| language: | |
| - en | |
| license: creativeml-openrail-m | |
| tags: | |
| - stable-diffusion | |
| - text-to-image | |
| - diffusers | |
| - telltale | |
| - game | |
| inference: true | |
| ### Classic Telltale Diffusion | |
| This model was trained on arts from gameplay footage across most Telltale classic games, and some game advertisements. | |
| The art style can essentially be described as 2D comic arts but in 3D. | |
| The model can do portraits, landscapes, and cars, though I have yet to try generating animals. | |
| To reference the art style, use the token: telltale style | |
| ### Gradio | |
| We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Classic_Telltale_Diffusion: | |
| [](https://huggingface.co/spaces/ItsJayQz/Classic_Telltale_Diffusion) | |
| Here are some samples | |
| **Portraits** | |
|  | |
|  | |
| **Landscapes** | |
|  | |
| **Others** | |
|  | |
| **Disclaimers** | |
| - I'm in no way affliated with Telltale Games, or any entities relating to the ownership of the game artworks. | |
| - The phrase Telltale is simply a reference for accessibility. | |
| - This was created entirely for research, and entertainment purpose. | |
| - I did not plan, or is planning on turning this model into a commercial product, or use for commercial purposes. | |
| - I do not condone the usage of the model for making counterfeit products that might infringe on Telltale Games's copyrights/trademarks. | |
| **License** | |
| - This model is under Creative OpenRAIL-M. | |
| - This means the model can be used royalty-free, and flexible with the model usage, such as redistribution of the model, or of any derivatives of the model. | |
| - However, there are restrictions on the openess of the license. | |
| More info into the restrictions can be found [here](https://huggingface.co/spaces/CompVis/stable-diffusion-license). | |
| **Responsibilities** | |
| - By using/downloading the model, you are responsible for: | |
| - All outputs/usage of the model. | |
| - Understanding the Disclaimers. | |
| - Upholding the terms of the license. | |
| Thanks for checking out the model! |