Text-to-Image
Diffusers
English
art
people
diffusion
Cinematic
Photography
Landscape
Interior
Food
Car
Wildlife
Architecture
Instructions to use lenML/lofi-v5-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lenML/lofi-v5-final with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lenML/lofi-v5-final", dtype=torch.bfloat16, device_map="cuda") prompt = "an evil demonic woman, white hair, blue eyes, short messy hair, arrogant mood, analog photo" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ pipeline_tag: text-to-image
|
|
| 19 |
widget:
|
| 20 |
- text: "half body, walking pose, shot from front, slow motion, female paladin wearing the full body, (light silver armour:1.2),(ornately decorated armor), (insanely detailed, bloom:1.2), (analog:1.2), (high sharpness), (detailed pupils:1.1), detailed face and eyes, (long blonde Hair, ponytail,ecstatic:1.1), (young woman:1.1), sharp, real shadow, (temple background:1.2), arms crossed over the chest , looking at viewer, photographed by Canan EOS R6, 135mm, 1/1250s, f/2.8, ISO 400"
|
| 21 |
output:
|
| 22 |
-
url: "29357-2410224889-half
|
| 23 |
---
|
| 24 |
|
| 25 |
# L.O.F.I: Limitless Originality Free from Interference
|
|
|
|
| 19 |
widget:
|
| 20 |
- text: "half body, walking pose, shot from front, slow motion, female paladin wearing the full body, (light silver armour:1.2),(ornately decorated armor), (insanely detailed, bloom:1.2), (analog:1.2), (high sharpness), (detailed pupils:1.1), detailed face and eyes, (long blonde Hair, ponytail,ecstatic:1.1), (young woman:1.1), sharp, real shadow, (temple background:1.2), arms crossed over the chest , looking at viewer, photographed by Canan EOS R6, 135mm, 1/1250s, f/2.8, ISO 400"
|
| 21 |
output:
|
| 22 |
+
url: "29357-2410224889-half body, walking pose, shot from front, slow motion, female paladin wearing the full body, (light silver armour_1.2),(ornately.png"
|
| 23 |
---
|
| 24 |
|
| 25 |
# L.O.F.I: Limitless Originality Free from Interference
|