Borcherding's picture
Add generated example
023ce84 verified
|
raw
history blame
3.81 kB
metadata
tags:
  - text-to-image
  - lora
  - diffusers
  - template:diffusion-lora
widget:
  - text: fractalLand A detailed fractal with vibrant red, black and green spirals.
    output:
      url: images/example_9hwetp8kr.png
  - text: gods fractalLand
    output:
      url: images/fractalland.jpg
  - text: fractalLand Gods fractal
    output:
      url: images/godsdope.jpg
  - text: fractalLand A detailed fractal with vibrant blue, black and orange blocks.
    output:
      url: images/example_hru8llyf2.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: fractalLand
license: apache-2.0

FLUX.1-dev-LoRA-AutumnSpringTrees

Prompt
fractalLand A detailed fractal with vibrant yellow, pink and black spikey tree shaped fractal
Prompt
fractalLand A detailed fractal with vibrant red, & mint green gradient, with spikey tree shaped fractals
Prompt
fractalLand A detailed fractal with vibrant red, black and green spirals.
Prompt
fractalLand A detailed symmetrical fractal aerial photograph but like real mountains with gradient color, but its 3d and looks like the Colorado rocky mountains
Prompt
fractalLand A detailed fractal with vibrant purple, mint green gradient, with spikey tree shaped fractals
Prompt
fractalLand Gods fractal
Prompt
gods fractalLand
Prompt
fractalLand A detailed symmetrical fractal aerial photograph but like real mountains with gradient color, but its 3d and looks like the Colorado rocky mountains
Prompt
fractalLand A detailed symmetrical fractal aerial photograph but like real mountains with gradient color, but its 3d and looks like the Colorado rocky mountains
Prompt
fractalLand 3d fractal pyramid structure temple
Prompt
fractalLand 3d fractal futuristic cityscape
Prompt
fractalLand 3d fractal pyramid structure temple
Prompt
fractalLand a computer generated symmetrical fractal with rainbow coloring, shaped as a futuristic hyper dimensional cityscape in the 4Dimensional plane
Prompt
fractalLand a computer generated symmetrical fractal with rainbow coloring, shaped as a futuristic hyper dimensional cityscape in the 4Dimensional plane
Prompt
fractalLand a computer generated symmetrical fractal with rainbow coloring, shaped as a futuristic hyper dimensional cityscape in simulated 3D terrain
Prompt
fractalLand bush of leaves hexagonally symmetrical with light and shadow
Prompt
fractalLand bush of leaves hexagonally symmetrical with light and shadow
Prompt
fractalLand bush of leaves hexagonally symmetrical with light and shadow
Prompt
fractalLand symmetrical fractal robot robot
Prompt
fractalLand fractal ultra symmetrical geometric robot
Prompt
fractalLand fractal ultra symmetrical geometric robot
Prompt
fractalLand 3d running engine for greasy hot mechanical mechanism hexagonally symmetrical with reflections and dynamic components
Prompt
fractalLand running engine for greasy hot mechanical robotic mechanism hexagonally symmetrical with reflections and dynamic components
Prompt
fractalLand 3d running engine for greasy hot mechanical mechanism hexagonally symmetrical with reflections and dynamic components
Prompt
fractalLand symmetrical fractal robot robot
Prompt
fractalLand symmetrical fractal robot robot
Prompt
fractalLand symmetrical fractal robot robot
Prompt
fractalLand symmetrical fractal robot robot
Prompt
fractalLand symmetrical fractal robot portrait
Prompt
fractalLand fractal geometric, giant mech suit robot with a human inside, can be seen through the class cockpit, pyramidal, fractal geometry
Prompt
fractalLand a fractal photorealistic 3d hyper symmetrical flying saucer, alien UFO near us, photographed from the air, the flying Saucer above water
Prompt
fractalLand a fractal photorealistic 3d hyper symmetrical flying saucer, alien UFO near us, photographed from the air, the flying Saucer above water
Prompt
fractalLand symmetrical fractal fortress giant underground dwarven mine like from lord of the rings with huge bridges and lava
Prompt
fractalLand symmetrical fractal fortress giant underground dwarven mine like from lord of the rings with huge bridges and lava
Prompt
fractalLand symmetrical fractal fortress giant underground dwarven mine like from lord of the rings with huge bridges and lava
Prompt
fractalLand a fractal, fractal photorealistic 3d fractal hyper symmetrical Pyramid UFO, alien UFO near us, photographed from the air, the UFO above water
Prompt
fractalLand A detailed symmetrical fractal aerial photograph but like real mountains with gradient color, but its 3d and looks like the Colorado rocky mountains
Prompt
fractalLand A detailed symmetrical fractal aerial photograph but like real mountains with gradient color, but its 3d and looks like the Colorado rocky mountains

Model description

FLUX.1-dev-LoRA-FractalLand-v0.1 LoRA

A LoRA fine-tune for FLUX.1 [dev] that specializes in generating fractals. Trained using Fluxgym by cocktail peanut, utilizing my own Fractal collection that I have made over the years with UltraFractal plotting software, deploying novel complex series for an experimental fractal dataset. (borch's ultra fractal scripts repo coming...)

Overview

This LoRA enhances FLUX.1 [dev]'s ability to generate detailed fractals patterns with vibrant colors, and symmetrical details. Use the trigger word `fractalLand` to activate the fractal pattern capabilities.

Installation

First, ensure you have FLUX.1 [dev] installed:

# Install
pip install -U diffusers
# Loading with Diffusers
import torch
from diffusers import FluxPipeline
# Load base model
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.enable_model_cpu_offload()
# Load and apply LoRA weights
pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-FractalLand-v0.1")
# Generate image
prompt = "fractalLand A detailed fractal with vibrant red, black and green spirals."
image = pipe(
    prompt,
    height=1024,
    width=1024,
    guidance_scale=3.5,
    num_inference_steps=50,
    max_sequence_length=512,
    generator=torch.Generator("cpu").manual_seed(0)
).images[0]
image.save("autumn-scene.png")
# Unload LoRA weights if needed
pipe.unload_lora_weights()
# Optional: Merge LoRA weights permanently
pipe = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16)
pipe.load_lora_weights("Borcherding/FLUX.1-dev-LoRA-AutumnSpringTrees")
pipe.merge_lora_weights()
pipe.save_pretrained("FLUX.1-dev-LoRA-AutumnSpringTrees-merged")

Trigger Word

Use fractalLand in your prompts to activate the fractal elements. Best results achieved when placing the trigger word at the start of the prompt

Prompt Examples "fractalLand A detailed fractal with vibrant red, black and green spirals." "fractalLand A symetrical round fractal with vibrant yellow, black and pink waves." "fractalLand A detailed fractal with vibrant blue, black and orange blocks."

Limitations

This is a LoRA for FLUX.1 [dev] and requires the base model to function Limited training data, and poorly annotated data, leads this model to be confused when prompted, next generations will deploy more specific references to the names of specific fractal formulas, shapes, colors, and coordinates in the complex plane. Inherits base limitations from FLUX.1 [dev]

License This LoRA falls under the same licensing terms as FLUX.1 [dev]. Please refer to the base model's license for usage terms. Credits

Base model: FLUX.1 [dev] by Black Forest Labs LoRA training and development: [Borcherding at BorchInk]

Trigger words

You should use fractalLand to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.