Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-diffusers
Merge
Instructions to use 6DammK9/AstolfoMix-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 6DammK9/AstolfoMix-XL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("6DammK9/AstolfoMix-XL", dtype=torch.bfloat16, device_map="cuda") prompt = "1boy, astolfo" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,9 +25,7 @@ library_name: diffusers
|
|
| 25 |
|
| 26 |
## TIES-SOUP ##
|
| 27 |
|
| 28 |
-
- [TIES-SOUP](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/ties.md#spinoff-ties-soup) of 73 SDXL models, unfiltered.
|
| 29 |
-
|
| 30 |
-
- TIES-SOUP is an algorithm modified from [TIES merging](https://arxiv.org/abs/2306.01708) (NeurIPS 2023).
|
| 31 |
|
| 32 |
- Current version: `x72a-AstolfoMix-240421-feefbf4.safetensors`
|
| 33 |
- Recommended version: "x72a"
|
|
|
|
| 25 |
|
| 26 |
## TIES-SOUP ##
|
| 27 |
|
| 28 |
+
- [TIES-SOUP](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/ties.md#spinoff-ties-soup) of 73 SDXL models, unfiltered. TIES-SOUP is an algorithm modified from [TIES merging](https://arxiv.org/abs/2306.01708) (NeurIPS 2023).
|
|
|
|
|
|
|
| 29 |
|
| 30 |
- Current version: `x72a-AstolfoMix-240421-feefbf4.safetensors`
|
| 31 |
- Recommended version: "x72a"
|