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













Second in a series of architectural drawing loras. This one does complex pen drawings of cityscapes. Prompting needs to mention "pen and ink drawing on white paper" any other words like "sketch" or "architectural drawing" can work well. Strength from about 0.35 to 0.75. See examples for style.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev