ArchiteX
Collection
8 items • Updated
How to use treeshark/architexv3.safetensors with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("treeshark/architexv3.safetensors")
prompt = "-"
image = pipe(prompt).images[0]















This lora is the third in a series that does architectural visualisations. This one does futuristic buildings, it will sometimes add measurment lines and notes. Strength from around 0.35 to 0.75. Prompting: "An architectural drawing on white paper" will help things along. See examples for style.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev