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

IronFelix
/
chiz004

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

Instructions to use IronFelix/chiz004 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IronFelix/chiz004 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("IronFelix/chiz004")
    
    prompt = "A very intricate fantasy  illustration of a mighty, short, short-legged and broad-shouldered dwarf barbarian standing in the gloom of a cave, leaning on a long-handled warhammer decorated with angular runic patterns. The dwarf barbarian is bare-chested, his muscles bulge like those of a bodybuilder, the dwarf has intricate pauldrons on his shoulders, a loincloth made of silver chainmail and straps with rivets. The barbarian wears iron boots on his feet. The barbarian's thick red beard is braided into a Scandinavian braid. The dwarf barbarian's face expresses mad joy, which carries a threat. chiz004   <lora:chiz004:1.4> "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
chiz004 / images
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
IronFelix's picture
IronFelix
Add 2 files
8032eda verified about 1 year ago
  • 00007-3389133350.png
    7.22 MB
    xet
    Add 2 files about 1 year ago