Instructions to use aimalias/zm1x-squeeze2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aimalias/zm1x-squeeze2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("aimalias/zm1x-squeeze2") prompt = "A futuristic neon cyberpunk city street where a robotic cat performs a zm1x squeeze on a holographic fish, cinematic lighting, 8k resolution." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
5d42d20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6ff72b9215bcc0c7802d81852b02375048d3e8d9ba79cea8c1d11734e3e1a4da
size 195389021
|