Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

strangerzonehf
/
nft-beta2-x

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

Instructions to use strangerzonehf/nft-beta2-x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use strangerzonehf/nft-beta2-x 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("strangerzonehf/nft-beta2-x")
    
    prompt = "nft 3d, a 3D rendering of a chimpanzees face, adorned with a pair of white sunglasses. The chimpanzee is wearing a black collared button-down shirt with a white collar and an orange patch on the left side of the shirt. Its mouth is open, revealing white teeth. Its ears are sticking out, adding a pop of color to the scene. The background is a solid black, creating a stark contrast to the chimpanzee."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
nft-beta2-x
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
prithivMLmods's picture
prithivMLmods
Update README.md
fbcca95 verified 10 months ago
  • images
    Delete images/thumb_cropped_1080x1080_NJY_CgEvC2TVDS7Olu0bRxcXa8aUEQge.jpeg 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 10 months ago
  • README.md
    6.48 kB
    Update README.md 10 months ago
  • nftbeta2x.safetensors
    613 MB
    xet
    Add 2 files 10 months ago