Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Base Model
General Purpose
Anime
Art
lexica
openskyml
diffusionfanatic1173
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Lexicon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Lexicon 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/Lexicon", 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
|
@@ -39,14 +39,14 @@ Job search, Mother is sitting in a busy café, beautiful face. Surrounded by peo
|
|
| 39 |
|
| 40 |
Modern Acrylic painting of a cute bunny, ocean cliff, red blossom branch, whimsical atmosphere, ((surrealism)), (abstract), intricate brush strokes, beautiful lighting, intricate details, Unreal Engine, creative, detailed, colorful, digital art, HW*
|
| 41 |
|
| 42 |
-
# Recipe
|
| 43 |
-
|
| 44 |
Original pages:
|
| 45 |
|
| 46 |
https://civitai.com/models/490451?modelVersionId=545370 (ZootVisionAlpha)
|
| 47 |
|
| 48 |
https://huggingface.co/openskyml/lexica-aperture-v3-5
|
| 49 |
|
|
|
|
|
|
|
| 50 |
SuperMerger Weight Sum Use MBW 1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0
|
| 51 |
|
| 52 |
Model A:
|
|
|
|
| 39 |
|
| 40 |
Modern Acrylic painting of a cute bunny, ocean cliff, red blossom branch, whimsical atmosphere, ((surrealism)), (abstract), intricate brush strokes, beautiful lighting, intricate details, Unreal Engine, creative, detailed, colorful, digital art, HW*
|
| 41 |
|
|
|
|
|
|
|
| 42 |
Original pages:
|
| 43 |
|
| 44 |
https://civitai.com/models/490451?modelVersionId=545370 (ZootVisionAlpha)
|
| 45 |
|
| 46 |
https://huggingface.co/openskyml/lexica-aperture-v3-5
|
| 47 |
|
| 48 |
+
# Recipe
|
| 49 |
+
|
| 50 |
SuperMerger Weight Sum Use MBW 1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0
|
| 51 |
|
| 52 |
Model A:
|