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
Ctrl+K
Rename 98edad83-beba-4e82-b72e-d332fd947349-u2_e6711430-b1a3-4d09-8582-26e5e1298e26.safetensors to daisy.safetensors
fa0c9c3 verified