children-illustration-style
Model trained with AI Toolkit by Ostris

- Prompt
- A forest scene. Soft$Colofull$Illustration

- Prompt
- Image of a little girl with orange hair and blue eyes. She is standing with her left hand on her hip and her right hand resting on her thigh. She has a big smile on her face and is wearing a blue jacket. Soft$Colofull$Illustration

- Prompt
- An underwater scene with a deep blue ocean. The ocean floor is covered in small rocks and coral reefs. A fish is in the center. Soft$Colofull$Illustration.
Trigger words
You should use Soft$Colofull$Illustration
to trigger the image generation.
Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, etc.
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('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('anaVeUa/children-illustration-style', weight_name='children-illustration-style.safetensors')
image = pipeline('A forest scene. Soft$Colofull$Illustration').images[0]
image.save("my_image.png")
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 68
Model tree for anaVeUa/children-illustration-style
Base model
black-forest-labs/FLUX.1-dev