Instructions to use Yntec/PixelKicks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/PixelKicks with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/PixelKicks", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/PixelKicks", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]PixelKicks
Original page: https://civitai.com/models/231874/pixelkicks?modelVersionId=261715 - samples and prompts:
analog style 70s color photograph of young Adam West as Batman, Robin Goes Crazy behind the scenes
analog 1990 movie screenshot beautiful woman with husband enjoying cake with candles. Santa Claus sitting with a pretty girl, detailed brown eyes, Gift Birthday Theme by Gil_Elvgren and Haddon_Sundblom. Closeup
kodachrome camera transparency, dramatic lighting film grain, PARTY HARD BACKGROUND, pretty cute little girl smile in Zone 51, Extraterrestrial, Alien Space Ship Delivering Presents, Space Ship Decorated With Garlands and Balls, Snowstorm
analog style 70s color analog style portrait of animal camel smoking
- Downloads last month
- 27



