---
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
- concept
- self-love
- i accept myself for who i am
- i am beautiful
base_model: black-forest-labs/FLUX.1-dev
instance_prompt:
widget:
- text: 'Affirmation card that say "Any schmuck can make a LoRA these days.", in soft-peach and off-white'
output:
url: >-
29589327.jpeg
- text: 'Affirmation card that say "Maybe your purpose in life, is to serve as a warning to others", featuring an illustration of a sinking ship'
output:
url: >-
29589790.jpeg
- text: 'photo of an Affirmation card that features a illustration of jogging on the beach, the text reads "If you don''t believe in yourself, you''ll never let yourself down."
'
output:
url: >-
29589547.jpeg
- text: 'photo of an Affirmation card that features a illustration of a heart, on a blue background, the text reads "Trying is the first step towards failure."
'
output:
url: >-
29589664.jpeg
- text: 'photo of an Affirmation card that says "Your support today ensures tomorrow''s regrets are shared."
'
output:
url: >-
29589745.jpeg
- text: 'Afformation card that say "No point trying"
'
output:
url: >-
29589925.jpeg
- text: 'A hand with painted nails holding an affirmation card featuring abstract watercolor design, with bold text "SUCCESS IS NOT A RESULT OF LUCK", and "But of Nepotism" written in a script font.'
output:
url: >-
29590038.jpeg
- text: 'An old man''s hand holding an affirmation card featuring a wizard design, with a big text that says "I accept and love my beard for what it is" written in a serif font'
output:
url: >-
29590081.jpeg
- text: 'A hand with painted nails holding an affirmation card featuring retrofuturistic Gothcore design, with the text "Live, Laugh, Toaster Bath",
'
output:
url: >-
29613915.jpeg
- text: 'A hand with painted nails holding an affirmation card featuring Scene design, with the text "The good news; it wasn''t impostor syndrome",
'
output:
url: >-
29616070.jpeg
- text: 'photo of an Affirmation card with big and bold text that says "IF I FALL I WILL", and "bruise" written in a script font
'
output:
url: >-
29618140.jpeg
---
# Wizard's Deck of Affirmation Cards
❤❤❤ Great for gifting or as a reminder of your own self-worth. ❤❤❤
Lowering the LoRA-strength to 0.8 and using a higher cfg might help with longer texts.
Photo of an affirmation card …
helps with putting the card in a setting
A hand with painted nails holding an affirmation card …
will give you a hand holding the card Affirmation card featuring [abstract watercolor] design
will help make the background of the card more interesting (change the aesthetics/medium as you wish)
Example prompts:
A hand with painted nails holding an affirmation card featuring abstract watercolor design, with bold text "LOREM IPSUM", and "dolor sit amet" written in a script font.
Affirmation card that says "No point trying"
(Ps. Remember that Flux is case-sensitive)
XOXO,
/Wiz White ❤❤
## Download model Weights for this model are available in Safetensors format. [Download](/WizWhite/wizard-s-deck-of-affirmation-cards/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/wizard-s-deck-of-affirmation-cards', weight_name='Wizards_SelfLoving_Affirmation_Cards-000001.safetensors') image = pipeline('photo of an Affirmation card with big and bold text that says "IF I FALL I WILL", and "bruise" written in a script font ').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)