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

Jonny001
/
R.I.O.W

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Jonny001/R.I.O.W with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Jonny001/R.I.O.W with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Jonny001/R.I.O.W")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
R.I.O.W
307 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
Jonny001's picture
Jonny001
Create model_index.json
894ac47 verified 7 months ago
  • images
    Upload 6 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • R.N.G.G_v1.0.safetensors
    306 MB
    xet
    Upload R.N.G.G_v1.0.safetensors with huggingface_hub over 1 year ago
  • README.md
    1.41 kB
    Update README.md over 1 year ago
  • model_index.json
    602 Bytes
    Create model_index.json 7 months ago