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
|
@@ -31,4 +31,20 @@ Pretty detailed CUTE Girl, Cartoon, sitting on a computer monitor, holding antiq
|
|
| 31 |
|
| 32 |
Original page:
|
| 33 |
|
| 34 |
-
https://huggingface.co/nuigurumi/basil_mix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
Original page:
|
| 33 |
|
| 34 |
+
https://huggingface.co/nuigurumi/basil_mix
|
| 35 |
+
|
| 36 |
+
# Recipe
|
| 37 |
+
|
| 38 |
+
- SuperMerger Weight sum Train Difference Use MBW 0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1
|
| 39 |
+
|
| 40 |
+
Model A:
|
| 41 |
+
|
| 42 |
+
BasilMix
|
| 43 |
+
|
| 44 |
+
Model B:
|
| 45 |
+
|
| 46 |
+
ReVAnimated v11
|
| 47 |
+
|
| 48 |
+
Output Model:
|
| 49 |
+
|
| 50 |
+
BasilRemix
|