File size: 5,520 Bytes
71a355d
 
 
 
 
 
3a87235
 
 
71a355d
3a87235
 
 
 
 
 
 
71a355d
8045a97
3a87235
 
 
 
 
 
8045a97
 
3a87235
 
 
 
 
8045a97
 
71a355d
 
 
 
 
 
 
 
e74dfcf
71a355d
e74dfcf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
007d0eb
 
 
 
 
e74dfcf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71a355d
 
 
 
 
 
 
 
 
3a87235
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- Flux.1-Dev
- Stickers
- Design
widget:
- text: >-
    Only Sticker, An animated illustration of a sloth in a mug with the words
    "Sloth Fuel" written on it. The sloth is holding the mug with its left hand
    and its right hand resting on the mug. The mug is filled with coffee and
    there is a brown liquid dripping from the bottom of the cup. There is a
    white background behind the sloth with a smoke coming out of it. There are
    three coffee beans on the bottom left corner of the image.
  output:
    url: images/111.png
- text: >-
    Only Sticker, An animated image of a pink brain with a white border around
    it. The background is a solid white. The brain is outlined in a vibrant
    shade of pink, with a maroon stripe running down the center. The borders of
    the brain are outlined in black, creating a striking contrast with the white
    border. The image is taken from a low-angle perspective.
  output:
    url: images/222.png
- text: >-
    Only Sticker, A sticker of a green van is on a white background. There are
    mountains in the background with trees in front of them. There is a yellow
    sun in the top right corner of the image. Below the mountain there is black
    text that says "collect moments not things".
  output:
    url: images/333.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Only Sticker
license: creativeml-openrail-m
---
# Ton618-Only-Stickers-Flux-LoRA

<Gallery />

- Available 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/Ton618-Only-Stickers-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           | 24 & 2.9K |
| Epoch                     | 15    | Save Every N Epochs       | 1      |

    Labeling: florence2-en(natural language & English)
    
    Total Images Used for Training : 15 [ Hi-RES ]

## Best Dimensions

- 1024 x 1024 (Default)
- 768 x 1024

## Sample 1024 x 1024

![prithivMLmods/Ton618-Only-Stickers-Flux-LoRA](images/444.png)

| **Prompt**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| A sticker of a potted monstera plant on a white background with small leaves and flowers around it. The text below says, “Let’s grow together.” |

    
## 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/Ton618-Only-Stickers-Flux-LoRA"
trigger_word = "Only Sticker"  
pipe.load_lora_weights(lora_repo)

device = torch.device("cuda")
pipe.to(device)
```

## Data source
    
    - https://playground.com/
    
## Trigger words

You should use `Only Sticker` to trigger the image generation.


## Download model

Weights for this model are available in Safetensors format.

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