File size: 3,102 Bytes
29f85f9
 
 
 
 
 
61e41a6
 
29f85f9
61e41a6
 
 
 
 
 
 
29f85f9
1dcc1cb
61e41a6
 
 
 
 
 
1dcc1cb
 
61e41a6
 
 
 
 
1dcc1cb
 
29f85f9
 
 
 
 
 
 
 
3fe619f
29f85f9
3fe619f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29f85f9
 
 
 
 
 
 
 
 
61e41a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- Digital Chaos
- HDR-Digital-Chaos
widget:
- text: >-
    Digital Chaos, An abstract painting of a hamburger. The hamburger is made up
    of a variety of colors, including red, orange, yellow, green, blue, and
    purple. The bun is adorned with sesame seeds, adding a pop of color to the
    painting. The background is a vibrant shade of red, purple, and blue,
    creating a striking contrast with the burger. The burger is positioned in
    the center of the frame, with the bun facing the viewer.
  output:
    url: images/DC1.png
- text: >-
    Digital Chaos, An abstract painting of a womans face, the womans head is
    covered in black hair. The womans eyes are closed, and her lips are slightly
    parted. The background is a mix of blue, purple, orange, and yellow, and
    white. The painting has splashes of white, red, and blue, and black,
    creating a vibrant and colorful effect.
  output:
    url: images/DC2.png
- text: >-
    Digital Chaos, A detailed painting of a black and white Dachshund dog. The
    dogs eyes are a vibrant orange, while the dogs nose is a darker shade of
    red. The background is a mix of pink, orange, and yellow, creating a vibrant
    contrast to the black dogs fur.
  output:
    url: images/DC3.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Digital Chaos
license: creativeml-openrail-m
---
# Digital-Chaos-Flux-LoRA

<Gallery />

- Hosted Here🧨: https://huggingface.co/spaces/prithivMLmods/FLUX-LoRA-DLC

**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**

## Model description 

**prithivMLmods/Digital-Chaos-Flux-LoRA**

Image Processing Parameters 

| Parameter                 | Value  | Parameter                 | Value  |
|---------------------------|--------|---------------------------|--------|
| LR Scheduler              | constant | Noise Offset              | 0.03   |
| Optimizer                 | AdamW  | Multires Noise Discount   | 0.1    |
| Network Dim               | 64     | Multires Noise Iterations | 10     |
| Network Alpha             | 32     | Repeat & Steps           | 22 & 2170|
| Epoch                     | 15  | Save Every N Epochs       | 1      |

    Labeling: florence2-en(natural language & English)
    
    Total Images Used for Training : 17 [Hi-Res]
    
## Best Dimensions

- 1024 x 1024 (Default)
  
## Setting Up
```
import torch
from pipelines import DiffusionPipeline

base_model = "black-forest-labs/FLUX.1-dev"
pipe = DiffusionPipeline.from_pretrained(base_model, torch_dtype=torch.bfloat16)

lora_repo = "prithivMLmods/Digital-Chaos-Flux-LoRA"
trigger_word = "Digital Chaos"  
pipe.load_lora_weights(lora_repo)

device = torch.device("cuda")
pipe.to(device)
```
## Trigger words

You should use `Digital Chaos` to trigger the image generation.


## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/Digital-Chaos-Flux-LoRA/tree/main) them in the Files & versions tab.