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

  • Log In
  • Sign Up

bghira
/
deepcinema

Text-to-Image
Diffusers
deepfloyd-if
lora
template:sd-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use bghira/deepcinema with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("DeepFloyd/IF-I-M-v1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("bghira/deepcinema")
    
    prompt = "a happy family"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
deepcinema
31.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
PseudoTerminal X
11750 steps.
fd3d931 verified about 2 years ago
  • images
    Upload 8 files about 2 years ago
  • .gitattributes
    2.31 kB
    initial commit about 2 years ago
  • README.md
    2.03 kB
    Update README.md about 2 years ago
  • df_lora_stage1_2500steps_rank32_alpha16_attempt2.safetensors
    13.2 MB
    xet
    retraining on new settings. moving old model out of the way. was at 2500 steps, attempt 2. about 2 years ago
  • lora-df_stage2_12750-steps.safetensors
    5.91 MB
    xet
    add stage II lora, 12750 steps about 2 years ago
  • lora-df_stage2_17250-steps.safetensors
    5.91 MB
    xet
    Upload lora-df_stage2_17250-steps.safetensors about 2 years ago
  • pytorch_lora_weights.safetensors
    6.61 MB
    xet
    11750 steps. about 2 years ago