Instructions to use haor/Evt_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use haor/Evt_V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("haor/Evt_V2", 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
Delete mtg a3d1bcb
Upload mtg 042067a
Correct `sample_size` of Stable Diffusion 1's unet to have correct width and height default (#1) 02fef7f
Update README.md 1568f2b
Update README.md f425bec
Update README.md 6df7b8d
Update README.md a690009
Update README.md 9979691
Update README.md 82dda5b
Upload evt_v2-ema-pruned.ckpt 6a41370
Update README.md c6a0680
Update README.md 7555dbb
Upload diffusers weights 9c8833b
initial commit 6708e2f
haor233 commited on