|
--- |
|
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 |
|
|
|
<p>USE THE TRIGGER WORD AT THE BEGINNING BY ADDING:<br />LLNCLRK, [rest of the prompt].</p><p>I've been trying with less pics and steps.</p><p>Please guys, give me like, add pictures and tip me some buzz ♥.</p> |
|
|
|
## Trigger words |
|
You should use `LLNCLRK` to trigger the image generation. |
|
|
|
|
|
## Download model |
|
|
|
Weights for this model are available in Safetensors format. |
|
|
|
[Download](/RedSparkie/lluna-clark/tree/main) them in the Files & versions tab. |
|
|
|
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) |
|
|
|
```py |
|
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](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters) |
|
|
|
|