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
Error call() missing 1 required positional argument: 'image'
#5
by AlStable - opened
Using https://akhaliq-marvel-whatif-diffusion.hf.space
this error will pop when using the img2img option
I have been busy so I havent got the time to check it out myself. In the mean time, you can try other spaces and see if you get the same problem