Instructions to use Tongyi-MAI/Z-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tongyi-MAI/Z-Image 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") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
I'm new to ComfyUI, can you explain how to install it?
#20
by Vatanabe85 - opened
Can you please explain to the noobs how to install Z-image base please? The model isn't listed under "Files and Versions." At the bottom of the page, you say to use two strings to download the diffuser and the model, but where should I put those strings? I understand I need to run the console command in a folder, but it doesn't specify which one, and I don't know how to proceed! It's not the usual way to download vae, text encoder and model and copy them into the folders, this string procedure is a procedure I've never done before and I don't know in which folders I should open the console command (and the guide doesn't specify it)