Diffusers
Safetensors
English
StableAudioPipeline
audio
music-generation
sample-generation
Music Production
Audio-to-Audio
fine-tuning
stable-audio
Instructions to use tintwotin/Foundation-1-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tintwotin/Foundation-1-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tintwotin/Foundation-1-Diffusers", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,6 @@ license_link: https://stability.ai/license
|
|
| 18 |
---
|
| 19 |
|
| 20 |
This is the Foundation-1 weights by **[RoyalCities](https://huggingface.co/RoyalCities/Foundation-1)** converted to **[Diffusers](https://github.com/huggingface/diffusers)** weights format.
|
| 21 |
-
|
| 22 |
<center><img src="https://huggingface.co/RoyalCities/Foundation-1/resolve/main/Charts/banner.PNG" alt="Foundation-1 Banner" width="100%"></center>
|
| 23 |
|
| 24 |
<center>
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
This is the Foundation-1 weights by **[RoyalCities](https://huggingface.co/RoyalCities/Foundation-1)** converted to **[Diffusers](https://github.com/huggingface/diffusers)** weights format.
|
|
|
|
| 21 |
<center><img src="https://huggingface.co/RoyalCities/Foundation-1/resolve/main/Charts/banner.PNG" alt="Foundation-1 Banner" width="100%"></center>
|
| 22 |
|
| 23 |
<center>
|