license: other
license_name: bespoke-lora-trained-license
license_link: >-
https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=False
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
- coloring book
- style
base_model: stabilityai/stable-diffusion-2-1-base
instance_prompt: Coloring Book
widget:
- text: 'A cute owl, ,Coloring Book, ColoringBookAF,, '
output:
url: 3861082.jpeg
- text: 'A lion, ,Coloring Book, ColoringBookAF,, '
output:
url: 3861085.jpeg
- text: 'A fat cat, ,Coloring Book, ColoringBookAF,, '
output:
url: 3861091.jpeg
- text: 'A Super Hero ,Coloring Book, ColoringBookAF,, '
output:
url: 3861092.jpeg
- text: >-
A stunning asian woman, portrait, close ,Coloring Book,
ColoringBookAF,,
output:
url: 3861097.jpeg
- text: >-
A stunning asian woman, portrait, close ,Coloring Book,
ColoringBookAF,,
output:
url: 3861099.jpeg
- text: 'Mandala ,Coloring Book, ColoringBookAF,, '
output:
url: 3861104.jpeg
- text: 'Mandala ,Coloring Book, ColoringBookAF,, '
output:
url: 3861106.jpeg
- text: 'A Ferrari,Coloring Book, ColoringBookAF,, '
output:
url: 3861110.jpeg
- text: 'A Pirate boy, Coloring Book, ColoringBookAF,, '
output:
url: 3861111.jpeg
ColoringBook.Redmond 2.1V - Coloring Book Lora for FreedomRedmond SD 2.1
Model description
ColoringBook.Redmond 2.1V For FreedomRedmond SD 2.1 is here!
Introducing ColoringBook.Redmond 1.5V For Freedom Redmond SD 2.1, the ultimate LORA for creating Coloring Book images!
I'm grateful for the GPU time from Redmond.AI that allowed me to make this LORA! If you need GPU, then you need the great services from Redmond.AI.
Test all my Loras here for free and unlimited. Thanks, HF, for Inference API!
It is based on Freedom Redmond SD 2.1 and fine-tuned on a large dataset.
The LORA has a high capacity to generate Coloring Book Images!
The tag for the model:ColoringBookAF
I really hope you like the LORA and use it.
If you like the model and think it's worth it, you can make a donation to my Patreon or Ko-fi.
Patreon:
https://www.patreon.com/user?u=81570187
Ko-fi:https://ko-fi.com/artificialguybr
BuyMeACoffe:https://www.buymeacoffee.com/jvkape
Follow me in my twitter to know before all about new models:
https://twitter.com/artificialguybr/
Trigger words
You should use Coloring Book
, ColoringBookAF
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('stabilityai/stable-diffusion-2-1-base', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('artificialguybr/coloringbook-redmond-2-1v-coloring-book-lora-for-freedomredmond-sd-2-1', weight_name='ColoringBookRedmond21V-FreedomRedmond-ColoringBook-ColoringBookAF.safetensors')
image = pipeline('A Pirate boy, Coloring Book, ColoringBookAF,, ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers