Instructions to use nitrosocke/spider-verse-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/spider-verse-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("nitrosocke/spider-verse-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
🚩 Report
#5
by plexatic - opened
This is a copy of another model.
Could you maybe provide more info? Like what model is this a copy of?
nitrosocke changed discussion status to closed
I just checked and realized I had found this repo some time ago and when I saw it again today, I thought the name was different. So essentially I thought this repo was a copy of itself and I am very sorry for reporting.
No problem. Thanks for having an eye out for copies!