Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Marvel
Animation
stable-diffusion
Instructions to use ItsJayQz/Marvel_WhatIf_Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ItsJayQz/Marvel_WhatIf_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("ItsJayQz/Marvel_WhatIf_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
Commit History
Update README.md (#3) 3c0d321
Update README.md 1af925c
Update README.md dbed545
Update README.md af5bad6
Upload Marvel_WhatIf_DiffusionV2_whatif_style.ckpt 8659452
Update README.md 1dd7b4d
Upload 15 files 8ed25f0
initial commit 2d668ab
JB commited on