Instructions to use aa-studio/aa_studio_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aa-studio/aa_studio_data with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aa-studio/aa_studio_data", 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- ComfyUI/__pycache__/cuda_malloc.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/execution.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/folder_paths.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/latent_preview.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/node_helpers.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/nodes.cpython-310.pyc +0 -0
- ComfyUI/__pycache__/server.cpython-310.pyc +0 -0
ComfyUI/__pycache__/cuda_malloc.cpython-310.pyc
ADDED
|
Binary file (2.9 kB). View file
|
|
|
ComfyUI/__pycache__/execution.cpython-310.pyc
ADDED
|
Binary file (18.6 kB). View file
|
|
|
ComfyUI/__pycache__/folder_paths.cpython-310.pyc
ADDED
|
Binary file (7.75 kB). View file
|
|
|
ComfyUI/__pycache__/latent_preview.cpython-310.pyc
ADDED
|
Binary file (3.68 kB). View file
|
|
|
ComfyUI/__pycache__/node_helpers.cpython-310.pyc
ADDED
|
Binary file (765 Bytes). View file
|
|
|
ComfyUI/__pycache__/nodes.cpython-310.pyc
ADDED
|
Binary file (60.1 kB). View file
|
|
|
ComfyUI/__pycache__/server.cpython-310.pyc
ADDED
|
Binary file (20.5 kB). View file
|
|
|