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
Had to try numerous times to download
#6
by Nutronic - opened
This comment has been hidden
Nutronic changed discussion title from Error to Had to try numerous times to download
Not that its the creators fault but I had to try and download it a few times before it gave me the full file. It kept showing as 47kb or somethign when its 2GB.
Could just be my connection or Huggingface but try again if it happens to you.
Nutronic changed discussion status to closed