Instructions to use Quorlen/z_image_turbo_Sunbleached_Protograph_Style_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Quorlen/z_image_turbo_Sunbleached_Protograph_Style_Lora 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Quorlen/z_image_turbo_Sunbleached_Protograph_Style_Lora") prompt = "Act1vate! labrador dog lying in tall grass looking at camera, golden hour, flash pop, warm peach skin, cyan grass, sunbleach style, red halation, light vignette" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K