Flux LoRAs
Collection
9 items β’ Updated β’ 12
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("alvdansen/mooniverse")
prompt = "A rock climber scaling a cliff face, surreal style"
image = pipe(prompt).images[0].webp)
.png)

.png)
.png)
.png)
.webp)
.png)
.png)
.png)
This is an aesthetic model with some stylized tendencies to natural textures and muted tones. It has a bias towards east asian portraits, however it is possible to prompt other features if you include specific descriptors or adjusting the LoRA weight a bit.
A thank you to Replicate for sponsoring the model training.
This model is not for commercial use unless granted explicitly.
You should use surreal style to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.