Instructions to use wolfer45/scifi-90s-anime-zit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wolfer45/scifi-90s-anime-zit 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-Turbo", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("wolfer45/scifi-90s-anime-zit") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 131 Bytes
6d3ac8d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eabf04621a9828fcca43417ff5d0ff21404c2cdd7166229192af6003ed5cc65a
size 208352
|