Flux LoRA Collections
Collection
Flux THE LoRA
•
80 items
•
Updated
•
26
The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.
prithivMLmods/Flux.1-Dev-Stamp-Art-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 | 19 & 1850 |
Epoch | 10 | Save Every N Epochs | 1 |
Labeling: florence2-en(natural language & English)
Total Images Used for Training : 24
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/Flux.1-Dev-Stamp-Art-LoRA"
trigger_word = "stam9"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
- https://playground.com/
Stamp ID | Description |
---|---|
stam9 | A vibrant orange-yellow smiley face prominently displayed against a stark red backdrop. The face features three black circles, each with a small black dot in the center. The mouth is open, revealing a large white knife sticking out of it. Below the knife, the word "DUCKZILLA" is written in bold, black letters. To the right, black hand-written text reads "It's Chork!" in bold, red font. The background is a combination of white and black, providing a striking contrast to the orange face. |
stam9 | A medium-sized painting of a margarita glass filled with red liquid, set against a dark blue background. The glass is surrounded by green leaves, with three strawberries on both the left and right sides of the glass. A white flower is centered in the image, with the letter "D" positioned in the upper left corner of the frame. The background features a deep maroon color with a white border. |
You should use stam9
to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev