Instructions to use zaksynack/chroma-kwis-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zaksynack/chroma-kwis-v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma1-Base", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zaksynack/chroma-kwis-v1") prompt = "Photo of an android kwis man with mechanical joints and limbs straight from a Phillip K. Dick novel but with a human-looking face and eyes. The kwis man is looking at the camera with a sad expression, (((wires and cables connecting to head:1.2))), ((mechanical limbs:0.8), ((mechanical cervical attaching to the neck))," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K