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
Update README.md
#3
by Jakeukalane - opened
README.md
CHANGED
|
@@ -20,7 +20,7 @@ To reference the art style, use the token: whatif style
|
|
| 20 |
|
| 21 |
### Gradio
|
| 22 |
|
| 23 |
-
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run
|
| 24 |
[](https://huggingface.co/spaces/ItsJayQz/Marvel_WhatIf_Diffusion)
|
| 25 |
|
| 26 |
Here are some samples.
|
|
|
|
| 20 |
|
| 21 |
### Gradio
|
| 22 |
|
| 23 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run Marvel_WhatIf_Diffusion:
|
| 24 |
[](https://huggingface.co/spaces/ItsJayQz/Marvel_WhatIf_Diffusion)
|
| 25 |
|
| 26 |
Here are some samples.
|