Instructions to use noema-art/impresstation-zimage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use noema-art/impresstation-zimage with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("noema-art/impresstation-zimage") prompt = "stationthis, stationthis, low poly playstation screenshot style, A determined young woman with fiery red pigtails tied…" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
File size: 457 Bytes
01e0e08 | 1 | stationthis, low poly playstation screenshot style, A muscular fighter in a white tank top and headband stands triumphantly on a tennis court, his right arm raised high in victory as lightning crackles around him, while the bold “You Win” text glows in fiery orange against a dramatic, stormy sky. Behind him, bare trees and a metal fence frame the scene, capturing the moment of victory from a low-angle perspective that emphasizes his powerful stance. |