prithivMLmods commited on
Commit
17ac188
·
verified ·
1 Parent(s): 2f1dc91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -4
README.md CHANGED
@@ -5,23 +5,69 @@ tags:
5
  - diffusers
6
  - template:diffusion-lora
7
  widget:
8
- - text: '-'
9
  output:
10
- url: images/jason-duval-gta-6-4k-wallpaper-uhdpaper.com-5@[email protected]
11
  base_model: black-forest-labs/FLUX.1-dev
12
  instance_prompt: jason character
13
- license: apache-2.0
 
 
14
  ---
 
 
 
15
  # Jason_Gta6-Flux-LoRA
16
 
17
  <Gallery />
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## Trigger words
21
 
22
  You should use `jason character` 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: 'jason character, a man is seated in a car, his left arm resting on the seat of the car. He is wearing a sleeveless tank top with the word "FONDA" printed on it in black letters. His right arm is draped over his right shoulder. His left hand is resting on a black steering wheel, his right hand is positioned in front of him. The sun is shining on the right side of the image, casting a shadow onto the mans chest. The mans face is slightly turned to the left, he has a serious expression on his face. His hair is dark brown, his hair is short and neatly combed. He is wearing a black baseball cap on his head, adding a pop of color to the scene. In the background, a backdrop of palm trees can be seen.'
9
  output:
10
+ url: images/image.png
11
  base_model: black-forest-labs/FLUX.1-dev
12
  instance_prompt: jason character
13
+ license: other
14
+ license_name: flux-1-dev-non-commercial-license
15
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
16
  ---
17
+
18
+ ![zdzdfzdfgzdfcbv.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/YWYstnaRXvTT1X0Coy_ny.png)
19
+
20
  # Jason_Gta6-Flux-LoRA
21
 
22
  <Gallery />
23
 
24
+ # Model description for Jason_Gta6-Flux-LoRA
25
+
26
+ Image Processing Parameters
27
+
28
+ | Parameter | Value | Parameter | Value |
29
+ |---------------------------|--------|---------------------------|--------|
30
+ | LR Scheduler | constant | Noise Offset | 0.03 |
31
+ | Optimizer | AdamW | Multires Noise Discount | 0.1 |
32
+ | Network Dim | 64 | Multires Noise Iterations | 10 |
33
+ | Network Alpha | 32 | Repeat & Steps | 13 & 1680 |
34
+ | Epoch | 10 | Save Every N Epochs | 1 |
35
+
36
+ Labeling: florence2-en(natural language & English)
37
+
38
+ Total Images Used for Training : 13
39
+
40
+ ## Best Dimensions & Inference
41
+
42
+ | **Dimensions** | **Aspect Ratio** | **Recommendation** |
43
+ |-----------------|------------------|---------------------------|
44
+ | 1280 x 832 | 3:2 | Best |
45
+ | 1024 x 1024 | 1:1 | Default |
46
+
47
+ ### Inference Range
48
+
49
+ - **Recommended Inference Steps:** 30-35
50
+
51
+ ## Setting Up
52
+ ```python
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 = "strangerzonehf/Jason_Gta6-Flux-LoRA "
60
+ trigger_word = "jason character"
61
+ pipe.load_lora_weights(lora_repo)
62
+
63
+ device = torch.device("cuda")
64
+ pipe.to(device)
65
+ ```
66
 
67
  ## Trigger words
68
 
69
  You should use `jason character` to trigger the image generation.
70
 
 
71
  ## Download model
72
 
73
  Weights for this model are available in Safetensors format.