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
Can you add me to access list please?
#3
by awacke1 - opened
Cool model but when I was receiving notify it gave this error on model test page. Really cool work too btw. Access to model dallinmackay/Tron-Legacy-diffusion is restricted and you are not in the authorized list. Visit https://huggingface.co/dallinmackay/Tron-Legacy-diffusion to ask for access
tried again from model page after clicking a button and get this now. might just be on model page.. I will try from a Spaces interface. text-to-image is not a valid pipeline
fixed
dallinmackay changed discussion status to closed