Instructions to use ermu2001/ChatAnything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ermu2001/ChatAnything with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ermu2001/ChatAnything", 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
Upload folder using huggingface_hub
Browse files- results/show/show/anything-v5/clothes.txt/Elegantly embroidered bag artisan.png +3 -0
- results/show/show/anything-v5/clothes.txt/Geometric patterned bag mathematician.png +3 -0
- results/show/show/anything-v5/clothes.txt/Luxurious velvet purse diva.png +3 -0
- results/show/show/anything-v5/clothes.txt/Nostalgic school bag scholar.png +3 -0
results/show/show/anything-v5/clothes.txt/Elegantly embroidered bag artisan.png
ADDED
|
Git LFS Details
|
results/show/show/anything-v5/clothes.txt/Geometric patterned bag mathematician.png
ADDED
|
Git LFS Details
|
results/show/show/anything-v5/clothes.txt/Luxurious velvet purse diva.png
ADDED
|
Git LFS Details
|
results/show/show/anything-v5/clothes.txt/Nostalgic school bag scholar.png
ADDED
|
Git LFS Details
|