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
File size: 1,139 Bytes
7b9d1c0 9316c22 7b9d1c0 9316c22 8fd6d44 ac27b5a 46fc58c 7b9d1c0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - wan2.1-t2v-14b-Q5_0.gguf: Direct copy from [Wan2.1-T2V-14B](https://huggingface.co/city96/Wan2.1-T2V-14B-gguf)
- wan2.1-i2v-14b-480p-Q4_0.gguf: Direct copy from [Wan2.1-I2V-14B](https://huggingface.co/city96/Wan2.1-I2V-14B-480P-gguf)
- wan_2.1_vae.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
- clip_vision_h.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
- umt5_xxl_fp8_e4m3fn_scaled.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
- video_interpolation folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/Frame_Interpolation_Models/tree/main/4.25/train_log)
- lipsync folder: Direct copy from [Isi99999](https://huggingface.co/Isi99999/LatentSync) and [stabilityai](https://huggingface.co/stabilityai/sd-vae-ft-mse)
- audio_generation folder: Direct copy from [google/magenta-realtime](https://huggingface.co/google/magenta-realtime)
---
license: apache-2.0
---
Refer to the afforementioned links for more information about the respective licenses.
|