Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -16,15 +16,23 @@ inference: true
16
 
17
  ```json
18
  {
19
- "inputs": "A prompt used for image generation",
20
- "negative_prompt": "low res, bad anatomy, worst quality, low quality",
 
 
 
 
 
 
 
 
21
  "image_depth_map" : "iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAIAAAB7GkOtAAAABGdBTUEAALGPC",
22
  "steps": 25,
23
  "scale": 7,
24
  "height": 512,
25
  "width": 512,
26
  "controlnet_conditioning_scale": 1.0,
27
- "sd_model": "dreamshaper"
28
  }
29
  ```
30
 
 
16
 
17
  ```json
18
  {
19
+ "inputs": "Ultra-photorealistic close-up portrait of an Indian couple during a traditional wedding ritual.
20
+ The man is gently tying a sacred yellow wedding thread (mangalsutra thread) around the woman’s neck. His right hand is carefully holding the thread near her collarbone while guiding it around her neck. Fingers positioned delicately with natural grip tension.
21
+ Their foreheads are softly touching, faces angled inward in an intimate emotional moment. The woman’s head is slightly tilted downward toward him, eyes lowered.
22
+ Both subjects have subtle relieved smiles — expressing emotional fulfillment, calmness, and achievement after completing a sacred marital ritual. Expressions must remain soft and natural, not exaggerated.
23
+ Traditional Indian wedding attire, elegant fabric drape, realistic jewelry placement.
24
+ Cinematic warm lighting, shallow depth of field, blurred background crowd.
25
+ Ultra-detailed skin texture, natural pores, fine hair strands, realistic hands, accurate thread physics.
26
+ Shot on full-frame DSLR, 85mm portrait lens, f/1.8, professional wedding photography style.
27
+ 16K ultra high resolution, HDR, extreme detail, sharp focus, color graded.",
28
+ "negative_prompt": "distorted hands, extra fingers, broken thread, incorrect grip, loose thread physics, exaggerated smile, cartoon expression, low resolution, blur, noise, artifacts, duplicate faces, bad anatomy, deformed wrists, cross eyes, overexposed skin",
29
  "image_depth_map" : "iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAIAAAB7GkOtAAAABGdBTUEAALGPC",
30
  "steps": 25,
31
  "scale": 7,
32
  "height": 512,
33
  "width": 512,
34
  "controlnet_conditioning_scale": 1.0,
35
+ "sd_model": "AlbedoBase XL"
36
  }
37
  ```
38