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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,8 +47,8 @@ library_name: diffusers
|
|
| 47 |
</div>
|
| 48 |
<div style="margin: 0; padding: 0; width:25%;">
|
| 49 |
<figure style="margin: 2px;">
|
| 50 |
-
<img src="Andromeda/resolve/main/images/
|
| 51 |
-
<figcaption style="text-align: center; font-size: 1.2rem;"><a href="Andromeda/resolve/main/
|
| 52 |
</figure>
|
| 53 |
</div>
|
| 54 |
</div>
|
|
@@ -67,9 +67,17 @@ library_name: diffusers
|
|
| 67 |
These are more suited to foxgirls than catgirls. If you're a Fubuki or Kawakaze enthusiast, these are for you :)
|
| 68 |
</p>
|
| 69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
<h3><a href="Andromeda/resolve/main/AndromedaUnreal-v1.safetensors">Andromeda<b>Unreal</b></a></h3>
|
| 71 |
<p>
|
| 72 |
This one has a (slightly) more realistic style thanks to the addition of some MeinaUnreal (not currently posted on HF).
|
|
|
|
| 73 |
</p>
|
| 74 |
|
| 75 |
## Notes/info
|
|
|
|
| 47 |
</div>
|
| 48 |
<div style="margin: 0; padding: 0; width:25%;">
|
| 49 |
<figure style="margin: 2px;">
|
| 50 |
+
<img src="Andromeda/resolve/main/images/AndromedaMV-v1-CS2-01368-3105139270.png" />
|
| 51 |
+
<figcaption style="text-align: center; font-size: 1.2rem;"><a href="Andromeda/resolve/main/AndromedaMV-v1.safetensors">Andromeda<b>MV</b></a></figcaption>
|
| 52 |
</figure>
|
| 53 |
</div>
|
| 54 |
</div>
|
|
|
|
| 67 |
These are more suited to foxgirls than catgirls. If you're a Fubuki or Kawakaze enthusiast, these are for you :)
|
| 68 |
</p>
|
| 69 |
|
| 70 |
+
<h3><a href="Andromeda/resolve/main/AndromedaMV-v1.safetensors">Andromeda<b>MV</b></a></h3>
|
| 71 |
+
<p>
|
| 72 |
+
This one has a much more realistic style thanks to the addition of some models made by a 2ho discord poster who (AFAIK) hasn't made them public yet.
|
| 73 |
+
</p>
|
| 74 |
+
|
| 75 |
+
## C-tier Variants
|
| 76 |
+
|
| 77 |
<h3><a href="Andromeda/resolve/main/AndromedaUnreal-v1.safetensors">Andromeda<b>Unreal</b></a></h3>
|
| 78 |
<p>
|
| 79 |
This one has a (slightly) more realistic style thanks to the addition of some MeinaUnreal (not currently posted on HF).
|
| 80 |
+
It's honestly not super great and it's barely different to DX.
|
| 81 |
</p>
|
| 82 |
|
| 83 |
## Notes/info
|