Text-to-Image
Diffusers
Safetensors
English
lora
photorealistic
female
realistic
ai-influencer
daisy
realistic-vision
Instructions to use Tom-Kismet/Daisy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Tom-Kismet/Daisy with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SG161222/Realistic_Vision_V5.1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Tom-Kismet/Daisy") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("SG161222/Realistic_Vision_V5.1", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Tom-Kismet/Daisy")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]๐ธ Daisy โ Photorealistic AI Influencer LoRA
Daisy is a stunning photorealistic AI influencer LoRA designed to bring lifelike female portraits into your generations. Built with quality, clarity, and emotion in mind, Daisy fits lifestyle, cinematic, or social influencer themes.
๐ง How it was made
- Base model: Realistic Vision V5.1
- Training method: Kohya LoRA training
- Dataset: Private set of influencer-style photoreal images
- File format:
.safetensors - LoRA resolution: 512โ768px
- Trained epochs: 10
- Learning rate: 1e-4
๐ผ๏ธ Prompt Examples
โค Automatic1111
<lora:Daisy:0.8> portrait of daisy, photorealistic, soft lighting, cinematic, long wavy hair, white top, beautiful lighting, 85mm DSLR photo
- Downloads last month
- 7