Instructions to use mignonjia/wangame_self_forcing_zelda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mignonjia/wangame_self_forcing_zelda with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mignonjia/wangame_self_forcing_zelda", 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
Ctrl+K
- step_0
- step_100
- step_1000
- step_1200
- step_1400
- step_1600
- step_1800
- step_200
- step_2000
- step_2200
- step_2400
- step_2600
- step_2800
- step_3000
- step_3200
- step_3400
- step_3600
- step_3800
- step_400
- step_4000
- step_4200
- step_4400
- step_4600
- step_4800
- step_5000
- step_5200
- step_5400
- step_5600
- step_5800
- step_600
- step_6000
- step_800