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 Settings
- Draw Things
- DiffusionBee
How do you run this model?
#1
by jdavid - opened
How do you run this model? Can you run it on Hugging Face? Or do we need to download it and run it locally?
either/or. if run locally, just put the ckpt file in your SD web-ui models folder
when i try to run the model here, this is what i get
Downloads last month
0
Hosted inference API
Text-to-Image
Aubrey Plaza in the style of trnlgcy
This model can be loaded on the Inference API on-demand.
text-to-image is not a valid pipeline
JSON Output
dallinmackay changed discussion status to closed