Instructions to use etherealxx/anytwam-mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use etherealxx/anytwam-mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("etherealxx/anytwam-mix", 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
A pruned, safetensor version of this model by kmaz on CivitAi. This version doesn't break the RAM limit on Google Colab. Contact me if you are the owner of this model and want to put this model on your huggingface repo instead.
- Downloads last month
- 13