Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ainjarts
/
output

Text-to-Image
Diffusers
TensorBoard
Safetensors
Sana
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
dreambooth
diffusers-training
lora
sana-diffusers
template:sd-lora
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use ainjarts/output with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("darkstorm2150/Protogen_x3.4_Official_Release", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("ainjarts/output")
    
    prompt = "a photo of ohwx woman"
    image = pipe(prompt).images[0]
  • Sana

    How to use ainjarts/output with Sana:

    # Load the model and infer image from text
    import torch
    from app.sana_pipeline import SanaPipeline
    from torchvision.utils import save_image
    
    sana = SanaPipeline("configs/sana_config/1024ms/Sana_1600M_img1024.yaml")
    sana.from_pretrained("hf://ainjarts/output")
    
    image = sana(
        prompt='a cyberpunk cat with a neon sign that says "Sana"',
        height=1024,
        width=1024,
        guidance_scale=5.0,
        pag_guidance_scale=2.0,
        num_inference_steps=18,
    ) 
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
output / logs /dreambooth
147 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ainjarts's picture
ainjarts
End of training
5e585c9 over 2 years ago
  • 1702892363.6494176
    End of training over 2 years ago
  • 1702892363.6568918
    End of training over 2 years ago
  • 1702892440.5483391
    End of training over 2 years ago
  • 1702892440.555376
    End of training over 2 years ago
  • 1702895383.6941586
    End of training over 2 years ago
  • 1702895383.700145
    End of training over 2 years ago
  • 1702899479.1209223
    End of training over 2 years ago
  • 1702899479.1274438
    End of training over 2 years ago
  • 1702906419.725273
    End of training over 2 years ago
  • 1702906419.7323883
    End of training over 2 years ago
  • events.out.tfevents.1702892363.9ede32eafb35.10849.0
    88 Bytes
    xet
    End of training over 2 years ago
  • events.out.tfevents.1702892440.9ede32eafb35.11197.0
    33.4 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1702895383.9ede32eafb35.23434.0
    33.4 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1702899479.9ede32eafb35.39250.0
    33.4 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1702906419.9ede32eafb35.69428.0
    25 kB
    xet
    End of training over 2 years ago