prithivMLmods's picture
Update README.md
dfa7e10 verified
|
raw
history blame
3.74 kB
metadata
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

Prompt
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.
Prompt
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.
Prompt
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.

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

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 them in the Files & versions tab.