Wizard's Deck of Affirmation Cards

- Prompt
- Affirmation card that say "Any schmuck can make a LoRA these days.", in soft-peach and off-white

- Prompt
- Affirmation card that say "Maybe your purpose in life, is to serve as a warning to others", featuring an illustration of a sinking ship

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

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

- Prompt
- photo of an Affirmation card that says "Your support today ensures tomorrow's regrets are shared."

- Prompt
- Afformation card that say "No point trying"

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

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

- Prompt
- A hand with painted nails holding an affirmation card featuring retrofuturistic Gothcore design, with the text "Live, Laugh, Toaster Bath",

- Prompt
- A hand with painted nails holding an affirmation card featuring Scene design, with the text "The good news; it wasn't impostor syndrome",

- Prompt
- photo of an Affirmation card with big and bold text that says "IF I FALL I WILL", and "bruise" written in a script font
(CivitAI)
Model description
~ ♥ Self-Love & Positive Reinforcement ♥ ~
❤❤❤ 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 them in the Files & versions tab.
Use it with the 🧨 diffusers library
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
- Downloads last month
- 3
Model tree for WizWhite/wizard-s-deck-of-affirmation-cards
Base model
black-forest-labs/FLUX.1-dev