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

  • Log In
  • Sign Up

strangerzonehf
/
Dls-ART

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

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

  • Libraries
  • Diffusers

    How to use strangerzonehf/Dls-ART 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/Dls-ART")
    
    prompt = "Dls Sketch, A cartoon drawing of a woman with long brown hair. The woman has a white face with black eyes. The background is plain white. The drawing is done in black lines."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Dls-ART / images
955 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
prithivMLmods's picture
prithivMLmods
Delete images/dac6621b8a3ab8f37c2949402593318a.jpg
12715b6 verified over 1 year ago
  • 1.png
    405 kB
    xet
    Upload 3 files over 1 year ago
  • 2.png
    289 kB
    xet
    Upload 3 files over 1 year ago
  • 3.png
    261 kB
    xet
    Upload 3 files over 1 year ago