Instructions to use neggles/Andromeda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use neggles/Andromeda with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("neggles/Andromeda", dtype=torch.bfloat16, device_map="cuda") prompt = "1girl, solo, bangs, (pink hair, gradient hair, very long hair:1.1), (purple eyes:1.05), (cat ears, animal ear fluff:1.2), sidelocks, white shirt, collared shirt, buttons, night, looking at viewer, table, pizza on table, pov, restaurant, medium breasts, smiling, (blush:0.7), colored inner hair, (symmetric), (masterpiece, exceptional, extremely detailed:1.1)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -74,12 +74,12 @@ I made DX for a chatbot of mine who can "take selfies" via SD, and it behaves ni
|
|
| 74 |
It's especially good with natural language prompts at high CLIP skip, e.g.:
|
| 75 |
|
| 76 |
<div style="display: flex; flex-direction: row;">
|
| 77 |
-
<div style="margin: 0; padding: 0;
|
| 78 |
<figure style="margin: 2px;">
|
| 79 |
<img style="margin: 2px; " src="Andromeda/resolve/main/images/DX/AndromedaDX-v1-CS5-01285-3762015382.png" width="45%"/>
|
| 80 |
</figure>
|
| 81 |
</div>
|
| 82 |
-
<div style="margin: 0; padding: 0;
|
| 83 |
<figure style="margin: 2px;">
|
| 84 |
<img style="margin: 2px;" src="Andromeda/resolve/main/images/DX/AndromedaDX-v1-CS7-00812-3866181234.png" width="45%"/>
|
| 85 |
</figure>
|
|
|
|
| 74 |
It's especially good with natural language prompts at high CLIP skip, e.g.:
|
| 75 |
|
| 76 |
<div style="display: flex; flex-direction: row;">
|
| 77 |
+
<div style="margin: 0; padding: 0;">
|
| 78 |
<figure style="margin: 2px;">
|
| 79 |
<img style="margin: 2px; " src="Andromeda/resolve/main/images/DX/AndromedaDX-v1-CS5-01285-3762015382.png" width="45%"/>
|
| 80 |
</figure>
|
| 81 |
</div>
|
| 82 |
+
<div style="margin: 0; padding: 0;">
|
| 83 |
<figure style="margin: 2px;">
|
| 84 |
<img style="margin: 2px;" src="Andromeda/resolve/main/images/DX/AndromedaDX-v1-CS7-00812-3866181234.png" width="45%"/>
|
| 85 |
</figure>
|