OKAHTA1
Model trained with AI Toolkit by Ostris
Trigger words
You should use OKAHTA1
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('mikeyandfriends/PixelWave_FLUX.1-dev_03', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('DeepalteredL/OKAHTA1', weight_name='OKAHTA1.safetensors')
image = pipeline('Photo of the OKAHTA1 sleeveless A-line dress crafted from pure cotton Ikkat in striking blue, featuring symmetrical geometric patterns in blue, white, and teal hues. The dress is highlighted by hand-embroidered straps adorned with intricate patterns, blue glass beads, and mirror work. The model is an Indian woman with soft, radiant features and a serene expression. She has long, dark hair styled in a loose braid, with wisps gently framing her face. She is photographed in a natural outdoor setting, standing in soft, golden sunlight filtering through the trees, creating a warm and earthy background. Her face is centered in the frame with a soft, confident gaze directly at the camera. The intricate detailing of the hand-embroidered straps and the dress's bold Ikkat patterns are in sharp focus, while the background is slightly blurred, providing depth. The camera settings mimic a professional photoshoot: f/2.8 aperture, 85mm lens, ISO 100, and a soft, natural light source to emphasize the dress and model’s features.').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
- 72
Model tree for DeepalteredL/OKAHTA1
Base model
mikeyandfriends/PixelWave_FLUX.1-dev_03