Instructions to use Disty0/sd3_vae_anime_ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Disty0/sd3_vae_anime_ft with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Disty0/sd3_vae_anime_ft", 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
|
@@ -3,6 +3,7 @@ datasets:
|
|
| 3 |
- Disty0/danbooru_curated-jxl_lossless_4mp
|
| 4 |
base_model:
|
| 5 |
- stabilityai/stable-diffusion-3.5-medium
|
|
|
|
| 6 |
pipeline_tag: text-to-image
|
| 7 |
library_name: diffusers
|
| 8 |
---
|
|
@@ -27,4 +28,4 @@ Original SD3 VAE:
|
|
| 27 |
Anime VAE Finetune:
|
| 28 |
|
| 29 |
|
| 30 |
-

|
|
|
|
| 3 |
- Disty0/danbooru_curated-jxl_lossless_4mp
|
| 4 |
base_model:
|
| 5 |
- stabilityai/stable-diffusion-3.5-medium
|
| 6 |
+
- stabilityai/stable-diffusion-3-medium-diffusers
|
| 7 |
pipeline_tag: text-to-image
|
| 8 |
library_name: diffusers
|
| 9 |
---
|
|
|
|
| 28 |
Anime VAE Finetune:
|
| 29 |
|
| 30 |
|
| 31 |
+

|