Instructions to use animEEEmpire/AniMemory-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use animEEEmpire/AniMemory-alpha with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("animEEEmpire/AniMemory-alpha", 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
readme update
Browse files
README.md
CHANGED
|
@@ -100,6 +100,7 @@ of the anime community, and we greatly value any feedback.
|
|
| 100 |
- run `pip install git+https://github.com/huggingface/diffusers.git torch==2.3.1 transformers==4.43.0 accelerate==0.31.0 sentencepiece`
|
| 101 |
|
| 102 |
2.ComfyUI inference.
|
|
|
|
| 103 |
Go to [ComfyUI-Animemory-Loader](https://github.com/animEEEmpire/ComfyUI-Animemory-Loader) for comfyui configuration.
|
| 104 |
|
| 105 |
3.Diffusers inference.
|
|
|
|
| 100 |
- run `pip install git+https://github.com/huggingface/diffusers.git torch==2.3.1 transformers==4.43.0 accelerate==0.31.0 sentencepiece`
|
| 101 |
|
| 102 |
2.ComfyUI inference.
|
| 103 |
+
|
| 104 |
Go to [ComfyUI-Animemory-Loader](https://github.com/animEEEmpire/ComfyUI-Animemory-Loader) for comfyui configuration.
|
| 105 |
|
| 106 |
3.Diffusers inference.
|