ArchiteX
Collection
8 items • Updated
How to use treeshark/archtexv5.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/archtexv5.safetensors")
prompt = "-"
image = pipe(prompt).images[0]













This lora is the fifth in a series that does architectural visualisations. This one does fantasy houses , these loras can be combined together at lower strengths. Strength from around 0.35 to 0.75. Prompting: "An architectural drawing on white paper" will help things along. Often you will get measurements and notes. See examples for style
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev