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

  • Log In
  • Sign Up

strangerzonehf
/
NFT-Plus-InsideOut-Perspective

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

Instructions to use strangerzonehf/NFT-Plus-InsideOut-Perspective with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use strangerzonehf/NFT-Plus-InsideOut-Perspective 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-Plus-InsideOut-Perspective")
    
    prompt = "NFT ++, An eye-level view of a glass milk carton with the words \"prithivml\" written on it in black letters. The carton is filled with a few dark gray clouds, and there is a white barcode on the left side of the carton. The background is a light blue color."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
NFT-Plus-InsideOut-Perspective
616 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
prithivMLmods's picture
prithivMLmods
Update README.md
821c5ba verified about 1 year ago
  • images
    Delete images/workspace_trainsamples_804732264150798202_43c4643a-ebc2-4252-b6aa-6bb494649ca0.png over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • NFT-Plus-InsideOut-Perspective.safetensors
    613 MB
    xet
    Add 2 files over 1 year ago
  • README.md
    4.68 kB
    Update README.md about 1 year ago