Sci-Fi
Collection
6 items • Updated
How to use treeshark/scifiz-city-v1.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/scifiz-city-v1.safetensors")
prompt = "-"
image = pipe(prompt).images[0]






.png)








This lora does future cities from a high viewpoint. It will do other views but it was trained mostly on high views. No special prompting, strength between 0.3 and 0.75 Surprisingly good at interiors... who knows why!
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev