Instructions to use alx-ai/noggles6000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alx-ai/noggles6000 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alx-ai/noggles6000", 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
Commit History
Upload concept_images with huggingface_hub 69f980b
Al Duffy commited on
Upload model_index.json with huggingface_hub ff1237c
Al Duffy commited on
Upload vae with huggingface_hub 3e2f6f7
Al Duffy commited on
Upload unet with huggingface_hub 4b3a9de
Al Duffy commited on
Upload tokenizer with huggingface_hub c6d2ce5
Al Duffy commited on
Upload text_encoder with huggingface_hub 8d0d236
Al Duffy commited on
Upload scheduler with huggingface_hub 9893de9
Al Duffy commited on
Upload safety_checker with huggingface_hub 3a50cd5
Al Duffy commited on
Upload feature_extractor with huggingface_hub 39ddaa0
Al Duffy commited on
Upload the concept noggles6000 embeds and token c844317
Al Duffy commited on