Instructions to use dallinmackay/Tron-Legacy-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dallinmackay/Tron-Legacy-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("dallinmackay/Tron-Legacy-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
- Draw Things
- DiffusionBee
Commit ·
e05ddd0
1
Parent(s): 98674e4
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,4 @@ license: creativeml-openrail-m
|
|
| 4 |
This is a fine-tuned Stable Diffusion model(v1.5) trained on screenshots from the film "Tron: Legacy (2010)". Use the token "trnlgcy" in your prompts to use the style.
|
| 5 |
|
| 6 |
Characters rendered with this model:
|
| 7 |
-
 trained on screenshots from the film "Tron: Legacy (2010)". Use the token "trnlgcy" in your prompts to use the style.
|
| 5 |
|
| 6 |
Characters rendered with this model:
|
| 7 |
+

|