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
Avraam B commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
- umt5_xxl_fp8_e4m3fn_scaled.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 2 |
- wan2.1-t2v-14b-Q5_0.gguf: Direct copy from [Wan2.1-T2V-14B](https://huggingface.co/city96/Wan2.1-T2V-14B-gguf)
|
|
|
|
| 3 |
- wan_2.1_vae.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
|
|
|
|
|
|
| 4 |
|
| 5 |
---
|
| 6 |
license: apache-2.0
|
|
|
|
|
|
|
| 1 |
- wan2.1-t2v-14b-Q5_0.gguf: Direct copy from [Wan2.1-T2V-14B](https://huggingface.co/city96/Wan2.1-T2V-14B-gguf)
|
| 2 |
+
- 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)
|
| 3 |
- wan_2.1_vae.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 4 |
+
- clip_vision_h.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 5 |
+
- umt5_xxl_fp8_e4m3fn_scaled.safetensors: Direct copy from [Comfy-Org](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged)
|
| 6 |
|
| 7 |
---
|
| 8 |
license: apache-2.0
|