Feeedbax
Collection
A set of loras designed to be used with others to add style and composition. They are aimed at making illustrations rather than photographic content. • 12 items • Updated • 1
How to use treeshark/feedbax.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/feedbax.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/feedbax.safetensors")
prompt = "-"
image = pipe(prompt).images[0]






First of a series of loras designed to work with other Loras, so style agnostic. This is the base one and should improve lighting and composition. It is designed for illustration not photographic content. Best at lower levels 0.45 ish.
You should use no trigger to trigger the image generation.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev