Instructions to use Aloukik21/unreal-misc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Aloukik21/unreal-misc with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Aloukik21/unreal-misc", 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
Add SoulX-Podcast: TTS/SoulX-Podcast-1.7B/assets/SoulX-Podcast-log.jpg
Browse files
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ diffusion_models/Wan2_1-InfiniteTalk_Multi_Q8.gguf filter=lfs diff=lfs merge=lfs
|
|
| 41 |
diffusion_models/wan2.1-i2v-14b-480p-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
TTS/SoulX-Podcast-1.7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
TTS/SoulX-Podcast-1.7B/assets/wechat2.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
diffusion_models/wan2.1-i2v-14b-480p-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
TTS/SoulX-Podcast-1.7B/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
TTS/SoulX-Podcast-1.7B/assets/wechat2.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TTS/SoulX-Podcast-1.7B/assets/SoulX-Podcast-log.jpg filter=lfs diff=lfs merge=lfs -text
|
TTS/SoulX-Podcast-1.7B/assets/SoulX-Podcast-log.jpg
ADDED
|
Git LFS Details
|