Text-to-Image
Diffusers
Safetensors
English
PixArtAlphaPipeline
Pixart-α
art
Pixart-XL
fantasy
anime
waifu
aiart
ketengan
AnySomniumAlpha
Instructions to use Ketengan-Diffusion/AnySomniumAlpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ketengan-Diffusion/AnySomniumAlpha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Ketengan-Diffusion/AnySomniumAlpha", 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
|
@@ -75,7 +75,7 @@ Train datatype: tfloat32
|
|
| 75 |
|
| 76 |
Model weight: fp32
|
| 77 |
|
| 78 |
-
Trained with NVIDIA A100 80GB
|
| 79 |
|
| 80 |
You can support me:
|
| 81 |
- on [Ko-FI](https://ko-fi.com/ncaix)
|
|
|
|
| 75 |
|
| 76 |
Model weight: fp32
|
| 77 |
|
| 78 |
+
Trained with NVIDIA A100 80GB, Thanks to bilikpintar for computing resource for train AnySomniumAlpha
|
| 79 |
|
| 80 |
You can support me:
|
| 81 |
- on [Ko-FI](https://ko-fi.com/ncaix)
|