File size: 3,901 Bytes
db44a1b
 
 
 
 
 
2a34bf6
 
 
db44a1b
c363031
db44a1b
c363031
 
 
 
 
 
 
db44a1b
 
 
 
 
 
 
 
a560d91
 
f40ed9c
db44a1b
f40ed9c
 
dfa7e10
f40ed9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f002e38
 
 
 
 
f40ed9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
db44a1b
 
 
 
 
 
 
 
2a34bf6
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
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- FLUX.1-dev
- Space-Wallpaper
- XL
widget:
- text: 'Space Wallpaper, a close-up view of a galaxy is depicted. The galaxy is a spiral, with a bright yellow center. The sky is a deep blue, with streaks of white and blue, and there are a few white stars visible. There is a large cluster of gray clouds in the upper left corner of the image, and a cluster of smaller clouds on the lower right corner. There are streaks of blue and white lights in the middle of the sky, and in the top right corner, a bright orange star is visible.'
  output:
    url: images/111.png
- text: 'Space Wallpaper, a medium-angle view of the solar system is depicted. The solar system, the largest planet, is seen in the upper right corner of the frame. The sun, the furthest right corner, is in the center of the image, with the sun on the right corner. The background is a dark shade of blue, with a few white stars scattered across it. Below the sun, there are three large, round, orange, and gray balls. The largest ball, the smallest one, is a light blue, while the largest one, a darker blue, is at the bottom. There are wavy lines on the left and right sides of the black background, adding depth to the image.'
  output:
    url: images/222.png
- text: 'Space Wallpaper, Captured from a high-angle perspective on a light pink background, a detailed illustration of a space ship is depicted in the center of the image. The ship is painted in shades of blue, green, and orange, with a black hole in the middle of its body. It is adorned with a few stars, adding a pop of color to the scene. To the left of the ship, a blue planet is seen with a pink ring around it, while to the right of the planet, a green planet is shown with a silver moon in the bottom left corner of the frame. The planet is surrounded by a few white stars, and a few yellow stars.'
  output:
    url: images/333.png
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: Space Wallpaper
license: creativeml-openrail-m
---
# Ton618-Space-Wallpaper-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-Space-Wallpaper-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           | 25 & 2600 |
| Epoch                     | 10    | Save Every N Epochs       | 1      |

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

## Best Dimensions

- 1024 x 1024 (Default)
- 768 x 1024

## Sample 512 x 1024 

![prithivMLmods/Ton618-Space-Wallpaper-LoRA](images/444.png)
    
## 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-Space-Wallpaper-LoRA"
trigger_word = "Space Wallpaper"  
pipe.load_lora_weights(lora_repo)

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

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

You should use `Space Wallpaper` to trigger the image generation.

## Download model

Weights for this model are available in Safetensors format.

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