How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Falah/zaha-hadid", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

zaha-hadid Artificial intelligence model trained by Falah.G.Salieh

depending stable diffusion model ver1.5

for Iraqi architect Zaha Hadid of building styles for her

You can visit my blog: https://iraqprogrammer.wordpress.com/

Or FB: https://web.facebook.com/falahgs

Email: falahgs07@gmail.com

With Stable Diffusion, we can now create artificial intelligence art generation images using our trained images. In this model, we can create images of new images containing modern building designs and a real photo style called zaha-hadid style

Any prompt and add zaha-hadid-style style word:

prompt: a group of tall buildings in a city with a river in front of them and a boat in the water, Cui Bai, futuristic, a digital rendering, hypermodernism by zaha-hadid style

Sample pictures of this concept:

0 1 2 3 4 5 6 7

Downloads last month
17
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support