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

Duplicated from  Comfy-Org/OneReward_repackaged

Raxephion
/
ComfyUI_Flux-Fill_OneReward_repackaged

Diffusers
Diffusion Single File
comfyui
Model card Files Files and versions
xet
Community

Instructions to use Raxephion/ComfyUI_Flux-Fill_OneReward_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Raxephion/ComfyUI_Flux-Fill_OneReward_repackaged with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Raxephion/ComfyUI_Flux-Fill_OneReward_repackaged", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Diffusion Single File

    How to use Raxephion/ComfyUI_Flux-Fill_OneReward_repackaged with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
ComfyUI_Flux-Fill_OneReward_repackaged / split_files
59.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Raxephion's picture
Raxephion
Duplicate from Comfy-Org/OneReward_repackaged
3d6c495 3 days ago
  • diffusion_models
    Duplicate from Comfy-Org/OneReward_repackaged 3 days ago
  • loras
    Duplicate from Comfy-Org/OneReward_repackaged 3 days ago