---
license: other
license_name: bespoke-lora-trained-license
license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Image&allowDerivatives=True&allowDifferentLicense=False
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- migrated
- style
- mythology
- poster
- comic
- mesoamerica
- hand drawn
- mexican folk art
- hand-lettering

base_model: black-forest-labs/FLUX.1-dev
instance_prompt: 
widget:
- text: 'vibrant poster art, featuring the title "SOL y LUNA" in the center with a hand-lettering folk-art style font, adorned with intricate flourishes . Surrounding the text, a stylized solar eclipse diagram is depicted in a geometric style. The background includes hints of papel picado motifs, with subtle floral and celestial elements woven into the design.
'
  
  output:
    url: >-
      32826524.jpeg
- text: ' '
  
  output:
    url: >-
      32826599.jpeg
- text: 'folk art poster. Muffled screams coming from behind a locked door
'
  
  output:
    url: >-
      32826756.jpeg
- text: 'folk art poster. Portrait’s eyes moving as a shadow passes'
  
  output:
    url: >-
      32826782.jpeg
- text: 'folk art poster. Pale hand reaching out from underneath a bed
'
  
  output:
    url: >-
      32826786.jpeg
- text: 'folk art style Jack The Ripper, highly detailed, Slate Grey and peachy and Fern Green colors, with Fiery-shouldered Parakeet and floral decoration
'
  
  output:
    url: >-
      32826885.jpeg
- text: 'a kiwi with a face and laughing heartily, donning a Space helmet.
'
  
  output:
    url: >-
      32827008.jpeg
- text: 'a parsnip with a face and whistling lips, donning a Hairnet.
'
  
  output:
    url: >-
      32827235.jpeg
- text: 'a spinach with a face and frowning in concentration, donning a Sailor hat.
'
  
  output:
    url: >-
      32827297.jpeg
- text: 'a banana with a face, donning a large Jester hat'
  
  output:
    url: >-
      32827334.jpeg
- text: 'an orange with a face, donning a large mustache'
  
  output:
    url: >-
      32827431.jpeg
- text: 'Aztec mythology poster art depicting Danse Macabre, depicted in a Brujeria mesoamerican cosmovision style.
'
  
  output:
    url: >-
      32827502.jpeg
- text: 'Aztec mythology poster art depicting Danse Macabre, depicted in a Brujeria mesoamerican cosmovision style.
'
  
  output:
    url: >-
      32827561.jpeg
- text: 'Aztec mythology poster art depicting Danse Macabre, depicted in a Brujeria mesoamerican cosmovision style.
'
  
  output:
    url: >-
      32827606.jpeg
- text: 'Aztec mythology poster art depicting Danse Macabre, depicted in a Brujeria mesoamerican cosmovision style.
'
  
  output:
    url: >-
      32827642.jpeg
- text: 'folk art poster. Clown mask lying in a pool of blood
'
  
  output:
    url: >-
      32827795.jpeg
- text: 'folk art poster. Creaking sound of an old rocking chair moving on its own
'
  
  output:
    url: >-
      32827849.jpeg
- text: 'folk art poster. Something scuttling behind the walls, just out of sight
'
  
  output:
    url: >-
      32827911.jpeg
- text: 'folk art style __character__, highly detailed, __colorScheme__  colors, with __bird__ and floral decoration'
  
  output:
    url: >-
      32828062.jpeg
- text: 'folk art style __character__, highly detailed, __colorScheme__  colors, with __bird__ and floral decoration'
  
  output:
    url: >-
      32827999.jpeg

---

# Sol y Luna 

<Gallery />



([CivitAI](https://civitai.com/models/))

## Model description

<p><strong><span style="color:#fab005">Sol y Luna</span></strong><br />Mexican folk-art meets comic illustration. Great with hand-lettering, mesoamerican mythology, busy posters, florals, animals and faces. Not so great with feet and landscapes.</p><p>Prompt inspiration:<span style="color:rgb(193, 194, 197)"> </span><code>Poster art</code><span style="color:rgb(193, 194, 197)">, </span><code>hand-lettering</code><span style="color:rgb(193, 194, 197)">, </span><code>calavera</code><span style="color:rgb(193, 194, 197)">, </span><code>folk-art</code><span style="color:rgb(193, 194, 197)">, </span><code>floral decoration, papel picado, intricate flourishes, sun and moon </code></p><p><em>Please share your creations in the gallery </em><strong>❤</strong></p>



## Download model

Weights for this model are available in Safetensors format.

[Download](/WizWhite/sol-y-luna/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

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('WizWhite/sol-y-luna', weight_name='SOL_y_LUNA.safetensors')
image = pipeline('folk art style __character__, highly detailed, __colorScheme__  colors, with __bird__ and floral decoration').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)