Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Aloukik21
/
unreal-misc

Diffusers
ONNX
Safetensors
Model card Files Files and versions
xet
Community

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
unreal-misc
291 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 87 commits
Aloukik21's picture
Aloukik21
Add SoulX-Podcast: TTS/SoulX-Podcast-1.7B/vocab.json
9a3882e verified 7 months ago
  • TTS
    Add SoulX-Podcast: TTS/SoulX-Podcast-1.7B/vocab.json 7 months ago
  • audio
    Upload audio/MelBandRoformer_fp16.safetensors with huggingface_hub 7 months ago
  • clip_vision
    Upload clip_vision/clip_vision_h.safetensors with huggingface_hub 7 months ago
  • diffusion_models
    Upload diffusion_models/wan2.1-i2v-14b-480p-Q4_K_M.gguf with huggingface_hub 7 months ago
  • loras
    Upload loras/Wan2.2-Lightning_I2V-A14B-4steps-lora_HIGH_fp16.safetensors with huggingface_hub 7 months ago
  • misc
    Upload misc/insightface/inswapper_128.onnx with huggingface_hub 7 months ago
  • sams
    Upload sams/sam2.1_hiera_base_plus.safetensors with huggingface_hub 7 months ago
  • text_encoders
    Upload text_encoders/umt5-xxl-enc-bf16.safetensors with huggingface_hub 7 months ago
  • vae
    Upload vae/Wan2_1_VAE_bf16.safetensors with huggingface_hub 7 months ago
  • .gitattributes
    2.13 kB
    Add SoulX-Podcast: TTS/SoulX-Podcast-1.7B/tokenizer.json 7 months ago