Wizard's Trippy Deets: Detailer / Chaos Maker

- Prompt
- w1z_7r1ppy_d33t5, extremely detailed and trippy, photograph, portrait of a woman with an apartment complex as goggles, with a myriad of people looking out from the windows, and living their life.

- Prompt
- w1z_7r1ppy_d33t5, extremely detailed and trippy, fluid crowd of liquid military parade soldiers and rockets are flowing out of the wide open mouth of KJU. North Korean background. Sweaty head with wet hair, people coming out from the giant mount. Surreal. Surrealism

- Prompt
- w1z_7r1ppy_d33t5, extremely detailed and trippy, fluid crowd of people flowing out of the mouth of a Easter Island head or moai statue man

- Prompt
- w1z_7r1ppy_d33t5, extremely detailed and trippy, vibrant photograph, close-up of old Wizard Whitebeard with a long white beard. The wizard is wearing Plant Mom pavilion like it was a helmet, the helmet is made of Rough concrete, with people listening to music in a lounge chair. Surrealistic surrealism. Busy.

- Prompt
- w1z_7r1ppy_d33t5, extremely detailed and trippy, vibrant photograph, close-up of old Wizard Whitebeard with a long white beard. The wizard is wearing Mallgoth lighthouse like it was a helmet, the helmet is made of Living plants, with people sitting on the floor and assembling furniture. Surrealistic surrealism. Busy.
Model description
An experimental LoRA that brings chaos and/or details to your gens.
Chaos: If you want chaos, prompt for chaos; random objects, weird concepts. Play around with it.
Detailer: If you want to use it as a detailer, skip the trigger. Works best for non-portraits. It will have some style effect on your gens, since I haven't blocked any layers.
Trigger: w1z_7r1ppy_d33t5, extremely detailed and trippy,
Prompt ideas: myriad of people
, large crowd
, surreal
, surrealism
, busy
, messy
Example of detailer:
Trigger words
You should use w1z_7r1ppy_d33t5,
, extremely detailed and trippy,
to trigger the generation.
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
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipe.load_lora_weights('WizWhite/wizard-s-trippy-deets-detailer-chaos-maker', weight_name='w1z-7r1ppy-d33t5.safetensors')
image = pipeline('w1z_7r1ppy_d33t5, extremely detailed and trippy, photograph, portrait of a woman with an apartment complex as goggles, with a myriad of people looking out from the windows, and living their life.
').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 6
Model tree for WizWhite/wizard-s-trippy-deets-detailer-chaos-maker
Base model
black-forest-labs/FLUX.1-dev