File size: 3,190 Bytes
be47b12 5b78d63 be47b12 d8dfbac be47b12 d8dfbac be47b12 5b78d63 be47b12 5b78d63 |
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 |
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- Grid
widget:
- text: 'Purple Grid, This Surfer, is drawing in the style of the new contemporary artist,using black ink on white paper. The background wall has purple grid lines. The surreal style also calls to mind traditional illustration with comic drawing a cartoon-like quality '
output:
url: images/PG1.png
- text: 'Purple Grid, a black silhouette of a lit candle stands in front of a black mesh fence. The candle is lit, creating a stark contrast against the white background. The silhouette of the candle stands out against the mesh fence, adding a pop of color to the scene. In the background, a tall building stands out of the view. The buildings shadow is cast on the bottom of the screen, adding depth to the composition.'
output:
url: images/PG2.png
- text: 'Purple Grid, A black and white drawing of a crow on a white background. The crow is facing the right side of the image, with its head turned slightly to the left. The birds beak is pointed to the right, and its eyes are open. Its wings are spread out, and it has a black stripe running down its back. The wings are black, while its tail is white, and the birds feet are black. The background has a grid pattern of pink and purple lines, and there are black lines on the top and bottom of the grid.'
output:
url: images/PG3.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Purple Grid
license: creativeml-openrail-m
---
# Purple-Grid-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/Purple-Grid-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 & 2750|
| Epoch | 17 | Save Every N Epochs | 1 |
Labeling: florence2-en(natural language & English)
Total Images Used for Training : 14
## 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/Purple-Grid-Flux-LoRA"
trigger_word = "Purple Grid"
pipe.load_lora_weights(lora_repo)
device = torch.device("cuda")
pipe.to(device)
```
## Data source
- https://freeflo.ai/
## Trigger words
You should use `Purple Grid` to trigger the image generation.
## Download model
Weights for this model are available in Safetensors format.
[Download](/prithivMLmods/Purple-Grid-Flux-LoRA/tree/main) them in the Files & versions tab. |