Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
3D
Illustration
nuigurumi
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/BasilRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/BasilRemix 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/BasilRemix", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
+
- Anime
|
| 6 |
+
- 3D
|
| 7 |
+
- Illustration
|
| 8 |
+
- nuigurumi
|
| 9 |
+
- stable-diffusion
|
| 10 |
+
- stable-diffusion-diffusers
|
| 11 |
+
- text-to-image
|
| 12 |
+
- diffusers
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Basil Remix
|
| 16 |
+
|
| 17 |
+
BasilMix mixed with ReVAnimated v11 to bring its compositions back to life! It has the MoistMixV2VAE baked in.
|
| 18 |
+
|
| 19 |
+
Comparison:
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
(Click for larger)
|
| 24 |
+
|
| 25 |
+
Sample and prompt:
|
| 26 |
+
|
| 27 |
+

|
| 28 |
+
|
| 29 |
+
Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antique TV, DETAILED CHIBI EYES, gorgeous detailed hair, Magazine ad, iconic, 1940, sharp focus. Illustration By KlaysMoji and artgerm and Clay Mann and and leyendecker and kyoani
|
| 30 |
+
|
| 31 |
+
Original page:
|
| 32 |
+
|
| 33 |
+
https://huggingface.co/nuigurumi/basil_mix
|