Instructions to use nuigurumi/basil_mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nuigurumi/basil_mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nuigurumi/basil_mix", 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
|
@@ -8,7 +8,7 @@
|
|
| 8 |
- realistic texture and Asian face.
|
| 9 |
- designed to maintain a responsive reaction to danbooru based prompts.
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
- VAE: "vae-ft-mse-840000" from StabilityAI
|
| 14 |
- Prompting: Simple prompts are better. Large amounts of quality tags and negative prompts can have negative effects.
|
|
|
|
| 8 |
- realistic texture and Asian face.
|
| 9 |
- designed to maintain a responsive reaction to danbooru based prompts.
|
| 10 |
|
| 11 |
+
## Recommendations
|
| 12 |
|
| 13 |
- VAE: "vae-ft-mse-840000" from StabilityAI
|
| 14 |
- Prompting: Simple prompts are better. Large amounts of quality tags and negative prompts can have negative effects.
|