Instructions to use plasmo/zombie-vector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use plasmo/zombie-vector with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("plasmo/zombie-vector", dtype=torch.bfloat16, device_map="cuda") prompt = "zombie_vector " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Please help me!
#1
by Vortex71 - opened
I tried your model taking wonder woman as a reference but the results were bad! Can you point out the prompts you used to create your spectacular images? Thank you
Here's the prompt, neg prompt, and seed!
zombie_vector, wonder woman, octane render, volumetric lighting
Negative prompt: painting, photoshop, illustration, blurry, dull, drawing, glasses, purple
Steps: 40, Sampler: Euler a, CFG scale: 7, Seed: 593832747, Size: 512x832, Model hash: f2ca12bd
thx a lot!