Instructions to use meageropoulos/Some_Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use meageropoulos/Some_Models with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("meageropoulos/Some_Models", 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
|
@@ -5,6 +5,7 @@
|
|
| 5 |
- umt5_xxl_fp8_e4m3fn_scaled.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 6 |
- video_interpolation folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/Frame_Interpolation_Models/tree/main/4.25/train_log)
|
| 7 |
- lipsync folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/LatentSync) and [stabilityai](https://huggingface.co/stabilityai/sd-vae-ft-mse)
|
|
|
|
| 8 |
|
| 9 |
---
|
| 10 |
license: apache-2.0
|
|
|
|
| 5 |
- umt5_xxl_fp8_e4m3fn_scaled.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 6 |
- video_interpolation folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/Frame_Interpolation_Models/tree/main/4.25/train_log)
|
| 7 |
- lipsync folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/LatentSync) and [stabilityai](https://huggingface.co/stabilityai/sd-vae-ft-mse)
|
| 8 |
+
- audio_generation folder: Direct copy from [google/magenta-realtime](https://huggingface.co/google/magenta-realtime)
|
| 9 |
|
| 10 |
---
|
| 11 |
license: apache-2.0
|