prithivMLmods commited on
Commit
50e335b
·
verified ·
1 Parent(s): 997b239

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -5,9 +5,15 @@ tags:
5
  - diffusers
6
  - template:diffusion-lora
7
  widget:
8
- - text: '-'
9
  output:
10
- url: images/88cebcae-8841-4989-bb19-35f725511a49.webp
 
 
 
 
 
 
11
  base_model: black-forest-labs/FLUX.1-dev
12
  instance_prompt: Modeling of
13
  license: creativeml-openrail-m
@@ -16,12 +22,51 @@ license: creativeml-openrail-m
16
 
17
  <Gallery />
18
 
 
 
 
 
 
 
 
 
 
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Trigger words
21
 
22
  You should use `Modeling of` to trigger the image generation.
23
 
24
-
25
  ## Download model
26
 
27
  Weights for this model are available in Safetensors format.
 
5
  - diffusers
6
  - template:diffusion-lora
7
  widget:
8
+ - text: 'Modeling of Photo of a woman with long brown hair, wearing a pink sports bra, standing against a plain white background, looking over her shoulder with a serious expression, medium close-up, fair skin, slender physique, small breasts, soft lighting, high quality, jpeg artifacts, no watermark, no text, no tattoos, no piercings, no makeup, no jewelry, no accessories, no background, no shadows, no highlights, no reflections, no lens flare, no bokeh, no depth of field, no blur, no grain, no noise, no compression, no artifacts, no compression artifacts, no noise artifacts, no grain artifacts, no blur artifacts, no depth of field artifacts, no highlights artifacts, no shadows artifacts, no lens flare artifacts, no reflections artifacts'
9
  output:
10
+ url: images/MO1.png
11
+ - text: 'Modeling fashion photograph of a model posing minimalist set, model is styled in a streetwear yet chic outfit consisting of a over-fit grey sweat-shirt tucked into dark olive cargo jogger, background is a smooth, crimson, providing a contrast that highlights the outfit, lighting is strong yet directional, accentuating the texture of the fabric and the sleek fit of the pants, emphasize the confidence pose of the model, with hands up behind head, capturing a relaxed yet fashionable streetwear vibe, UHD --ar 9:16 --stylize 500'
12
+ output:
13
+ url: images/MO2.png
14
+ - text: 'Modeling of a bold Japanese hyperrealistic advertising poster features a stunning Asian model with sleek, blonde hair cut in an extraordinary style that frames her angular face. She exudes confidence while wearing modern, oversized coloured baggy jeans paired with a matching loose-fitting top in another colour. The outfit is accentuated with chunky white sneakers and layered gold necklaces, blending street style with effortless chic. She stands in front of a futuristic urban background with neon signs and soft glowing lanterns, set against a sleek cityscape at night. Behind her, cherry blossoms softly fall, contrasting with the modern environment. Bold kanji characters in dynamic, graffiti-like style read “自由な美 - The Freedom of Beauty” across the top. The poster’s aesthetic merges contemporary fashion with traditional Japanese elements, creating an energetic, youthful vibe.'
15
+ output:
16
+ url: images/MO4.png
17
  base_model: black-forest-labs/FLUX.1-dev
18
  instance_prompt: Modeling of
19
  license: creativeml-openrail-m
 
22
 
23
  <Gallery />
24
 
25
+ - Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC
26
+
27
+ **The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**
28
+
29
+ ## Model description
30
+
31
+ **prithivMLmods/Fashion-Hut-Modeling-LoRA**
32
+
33
+ Image Processing Parameters
34
 
35
+ | Parameter | Value | Parameter | Value |
36
+ |---------------------------|--------|---------------------------|--------|
37
+ | LR Scheduler | constant | Noise Offset | 0.03 |
38
+ | Optimizer | AdamW | Multires Noise Discount | 0.1 |
39
+ | Network Dim | 64 | Multires Noise Iterations | 10 |
40
+ | Network Alpha | 32 | Repeat & Steps | 26 & 2900|
41
+ | Epoch | 16 | Save Every N Epochs | 1 |
42
+
43
+ Labeling: florence2-en(natural language & English)
44
+
45
+ Total Images Used for Training : 14 [ Hi-RES ]
46
+
47
+ ## Best Dimensions
48
+
49
+ - 1024 x 1024 (Default)
50
+
51
+ ## Setting Up
52
+ ```
53
+ import torch
54
+ from pipelines import DiffusionPipeline
55
+
56
+ base_model = "black-forest-labs/FLUX.1-dev"
57
+ pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)
58
+
59
+ lora_repo = "prithivMLmods/Fashion-Hut-Modeling-LoRA"
60
+ trigger_word = "Modeling of"
61
+ pipe.load_lora_weights(lora_repo)
62
+
63
+ device = torch.device("cuda")
64
+ pipe.to(device)
65
+ ```
66
  ## Trigger words
67
 
68
  You should use `Modeling of` to trigger the image generation.
69
 
 
70
  ## Download model
71
 
72
  Weights for this model are available in Safetensors format.