Brain Slug [FLUX]
(CivitAI)
Model description
A failed-ish attempt to recreate my SD brain-slug LoRA.
⚠️ Seems like LoRA weight strength of at least 1.5 is needed to generate the intended Brain-Slug ⚠️
"Brain Slugs are a species of space parasite that attaches its jelly-like body to a victim's head and takes control of their brain. The specimen is lime in color and consists of a translucent jelly-like body complete with two feelers and one large eyeball. An adult brain slug is about the size of a fist."
I have made the training dataset available on Huggingface
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('Norod78/brain-slug-flux', weight_name='Brain_Slug_FLUX.safetensors')
image = pipeline('Your custom prompt').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 30
Model tree for Norod78/brain-slug-flux
Base model
black-forest-labs/FLUX.1-dev