luna / README.md
RedSparkie's picture
Update README.md
de3b79f verified
|
raw
history blame
1.64 kB
metadata
license: other
license_name: bespoke-lora-trained-license
license_link: >-
  https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=True
tags:
  - text-to-image
  - stable-diffusion
  - lora
  - diffusers
  - template:sd-lora
  - migrated
  - photorealistic
  - sexy
  - woman
  - celebrity
  - realistic
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: LLNCLRK
widget:
  - text: ' '
    output:
      url: 26475653.jpeg
  - text: ' '
    output:
      url: 26475647.jpeg

Model description

USE THE TRIGGER WORD AT THE BEGINNING BY ADDING:
LLNCLRK, [rest of the prompt].

I've been trying with less pics and steps.

Please guys, give me like, add pictures and tip me some buzz ♥.

Trigger words

You should use LLNCLRK to trigger the image generation.

Download model

Weights for this model are available in Safetensors format.

Download them in the Files & versions tab.

Use it with the 🧨 diffusers library

from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('RedSparkie/lluna-clark', weight_name='llunaclark.safetensors')
image = pipeline('`LLNCLRK`').images[0]

For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers