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
|
@@ -57,15 +57,15 @@ library_name: diffusers
|
|
| 57 |
|
| 58 |
I'm not sure there's actually enough difference between these four to merit posting all of them, but nevertheless, here they are.
|
| 59 |
|
| 60 |
-
|
| 61 |
|
| 62 |
This is probably the one you want. Out of all of these it's the one I'm happiest with; it produces high-detail backgrounds (and IMO can achieve a fairly high overall level of detail). Bonus special feature (_definitely_ not a bug, shhh): it likes to add cats to things. Just regular cats. Sometimes several cats!
|
| 63 |
|
| 64 |
-
|
| 65 |
|
| 66 |
These are more suited to foxgirls than catgirls. If you're a Fubuki or Kawakaze enthusiast, these are for you :)
|
| 67 |
|
| 68 |
-
|
| 69 |
This one has a more realistic style thanks to the addition of some MeinaUnreal (not currently posted on HF).
|
| 70 |
|
| 71 |
## Notes/info
|
|
|
|
| 57 |
|
| 58 |
I'm not sure there's actually enough difference between these four to merit posting all of them, but nevertheless, here they are.
|
| 59 |
|
| 60 |
+
<h3>[AndromedaDX](AndromedaDX-v1.safetensors)</h3>
|
| 61 |
|
| 62 |
This is probably the one you want. Out of all of these it's the one I'm happiest with; it produces high-detail backgrounds (and IMO can achieve a fairly high overall level of detail). Bonus special feature (_definitely_ not a bug, shhh): it likes to add cats to things. Just regular cats. Sometimes several cats!
|
| 63 |
|
| 64 |
+
<h3>[AndromedaSV](AndromedaSV-v1.safetensors) and [AndromedaSX](AndromedaSX-v1.safetensors)</h3>
|
| 65 |
|
| 66 |
These are more suited to foxgirls than catgirls. If you're a Fubuki or Kawakaze enthusiast, these are for you :)
|
| 67 |
|
| 68 |
+
<h3>[AndromedaUnreal](AndromedaUnreal-v1.safetensors)</h3>
|
| 69 |
This one has a more realistic style thanks to the addition of some MeinaUnreal (not currently posted on HF).
|
| 70 |
|
| 71 |
## Notes/info
|