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
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,24 +18,24 @@ library_name: diffusers
|
|
| 18 |
|
| 19 |
# 🌸 Daisy — Photorealistic AI Influencer LoRA
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
> Best paired with: **[Realistic Vision V5.1](https://huggingface.co/SG161222/Realistic_Vision_V5.1)** or other realism-tuned Stable Diffusion models.
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
-
## 🧠
|
| 28 |
|
| 29 |
-
- **Base
|
| 30 |
-
- **Training
|
| 31 |
-
- **
|
| 32 |
-
- **
|
| 33 |
-
- **
|
|
|
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
## 🖼️ Prompt Examples
|
| 38 |
|
| 39 |
-
### ➤ Automatic1111
|
| 40 |
```text
|
| 41 |
-
<lora:Daisy:0.8> portrait of daisy, soft
|
|
|
|
| 18 |
|
| 19 |
# 🌸 Daisy — Photorealistic AI Influencer LoRA
|
| 20 |
|
| 21 |
+
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.
|
|
|
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
+
## 🧠 How it was made
|
| 26 |
|
| 27 |
+
- **Base model**: Realistic Vision V5.1
|
| 28 |
+
- **Training method**: Kohya LoRA training
|
| 29 |
+
- **Dataset**: Private set of influencer-style photoreal images
|
| 30 |
+
- **File format**: `.safetensors`
|
| 31 |
+
- **LoRA resolution**: 512–768px
|
| 32 |
+
- **Trained epochs**: 10
|
| 33 |
+
- **Learning rate**: 1e-4
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
## 🖼️ Prompt Examples
|
| 38 |
|
| 39 |
+
### ➤ Automatic1111
|
| 40 |
```text
|
| 41 |
+
<lora:Daisy:0.8> portrait of daisy, photorealistic, soft lighting, cinematic, long wavy hair, white top, beautiful lighting, 85mm DSLR photo
|