Instructions to use TopdeckingLands/ArtOfMtg_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TopdeckingLands/ArtOfMtg_V1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TopdeckingLands/ArtOfMtg_V1", 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
scheduler_config.json
#2
by nibo - opened
Can you please upload the scheduler_config.json so we can use it ia colab?
Is there a list of files required? I think colab you are refering to might need the unpickled ckpt to begin with? Which colab are you trying to use?
I will try uploading unpickled version, but it has standard 1.5 VAE inside, people usully have external updated VAE for local versions.
Done uploading, should be usable now I think?
It worked!!! Thank you very much!
Is cuz im using this colab:
https://colab.research.google.com/drive/17UimYWMXu5HJc5Rz6qBoCtgkH-T2v41b?usp=sharing
Wow this model is amazing! The renders are mind-blowing, and I didn't even use the tokens...
Glad it worked!
TopdeckingLands changed discussion status to closed