Lock1woConv
Model trained with AI Toolkit by Ostris

- Prompt
- ohwx woman, front-facing, high-key commercial lighting, in the northern lights, realistic, in winter hunter clothing

- Prompt
- ohwx woman, front-facing, high-key commercial lighting, in the dance club, realistic, in casual white full sleeved shirt

- Prompt
- realistic photo of ohwx woman, front-facing, high-key commercial lighting, in the office, professional photo, in an office suit

- Prompt
- realistic photo of ohwx woman, front-facing, high-key commercial lighting, pure white background, evenly lit face, no harsh shadows

- Prompt
- ohwx woman, front-facing, standing indoors at night, cinematic low-key lighting, single warm practical light behind camera, soft shadows shaping the face, moody atmosphere, film grain, photorealistic
Trigger words
You should use ohwx to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
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.bfloat16).to('cuda')
pipeline.load_lora_weights('Sudhin05/Lt-toolkit', weight_name='Lock1woConv.safetensors')
image = pipeline('ohwx woman, front-facing, high-key commercial lighting, in the northern lights, realistic, in winter hunter clothing').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 5
Model tree for Sudhin05/Lt-toolkit
Base model
black-forest-labs/FLUX.1-dev