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

  • Log In
  • Sign Up

Sri2901
/
01_Studio_v1

Text-to-Image
Diffusers
flux
lora
template:sd-lora
ai-toolkit
Model card Files Files and versions
xet
Community

Instructions to use Sri2901/01_Studio_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Sri2901/01_Studio_v1 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("Sri2901/01_Studio_v1")
    
    prompt = "A photo-realistic shoot from a profile camera angle about a woman wearing a blue and white floral print dress with puff sleeves and a tie waist, standing in profile against a plain grey background. the image also shows a woman standing in the middle of the frame, facing away from the camera, wearing a white dress with blue floral patterns and a ruffled hem. on the right side of the image, a woman appears to be in her mid-twenties, with long black hair styled in loose waves, wearing earrings and a bracelet on her wrist. her expression is neutral, and she is standing with her arms at her sides."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
01_Studio_v1 / logs
3.16 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Sri2901's picture
Sri2901
Upload model via CLI
b3f42f5 verified 11 months ago
  • 0_log.txt
    3.12 MB
    Upload model via CLI 11 months ago
  • 1_log.txt
    7.19 kB
    Upload model via CLI 11 months ago
  • 2_log.txt
    25.8 kB
    Upload model via CLI 11 months ago