Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Illustration
Vector Art
Style
Base Model
Photorealistic
Realistic
Art
Goofy_Ai
Seeker70
iamxenos
RIXYN
Barons
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/Leonardo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Leonardo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Leonardo", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,9 @@ https://huggingface.co/Yntec/CocaCola
|
|
| 57 |
|
| 58 |
https://civitai.com/models/112013?modelVersionId=124592 (Acorn_Photo_v1)
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
| 61 |
|
| 62 |
# Recipe:
|
| 63 |
|
|
|
|
| 57 |
|
| 58 |
https://civitai.com/models/112013?modelVersionId=124592 (Acorn_Photo_v1)
|
| 59 |
|
| 60 |
+
See also (a different mix of these models without the Leonardo Style lycorys):
|
| 61 |
+
|
| 62 |
+
https://huggingface.co/Yntec/PopCorn
|
| 63 |
|
| 64 |
# Recipe:
|
| 65 |
|