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
      • 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
120 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 147 commits
Aloukik21's picture
Aloukik21
Move DiffRhythm models to dedicated repo Aloukik21/DiffRhythm
cbc968d verified 3 months ago
  • TTS
    Move DiffRhythm models to dedicated repo Aloukik21/DiffRhythm 3 months ago
  • ace_step
    Cleanup: remove 72 unneeded files (255GB) - duplicates, old models, DiffRhythm, Infinity 3 months ago
  • clip_vision
    Upload clip_vision/clip_vision_h.safetensors with huggingface_hub 4 months ago
  • diffusion_models
    Cleanup: remove 72 unneeded files (255GB) - duplicates, old models, DiffRhythm, Infinity 3 months ago
  • facerestore_models
    Upload facerestore_models/codeformer-v0.1.0.pth with huggingface_hub 4 months ago
  • insightface
    Upload folder using huggingface_hub 4 months ago
  • loras
    Upload loras/detailz-wan.safetensors with huggingface_hub 3 months ago
  • onnx
    Upload onnx/yolov10m.onnx with huggingface_hub 4 months ago
  • sams
    Upload sams/sam2.1_hiera_base_plus.safetensors with huggingface_hub 4 months ago
  • text_encoders
    Upload text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors with huggingface_hub 4 months ago
  • upscale_models
    Upload upscale_models/RealESRGAN_x2plus.pth with huggingface_hub 4 months ago
  • vae
    Upload vae/wan_2.1_vae.safetensors with huggingface_hub 4 months ago
  • .gitattributes
    2.71 kB
    Upload folder using huggingface_hub 4 months ago