Text-to-image finetuning - WhaSuk/sd-hubble-model2

This pipeline was finetuned from stable-diffusion-v1-5/stable-diffusion-v1-5 on the WhaSuk/esa_hubble dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['Hubble image of a colorful ringed nebula: A new vibrant ring-shaped nebula was imaged by the NASA/ESA Hubble Space Telescope.', 'Pink-tinted plumes in the Large Magellanic Cloud: The aggressively pink plumes seen in this image are extremely uncommon, with purple-tinted currents and nebulous strands reaching out into the surrounding space.']:

val_imgs_grid

Pipeline usage

You can use the pipeline like so:

from diffusers import DiffusionPipeline
import torch

pipeline = DiffusionPipeline.from_pretrained("WhaSuk/sd-hubble-model2", torch_dtype=torch.float16)
prompt = "Hubble image of a colorful ringed nebula:  A new vibrant ring-shaped nebula was imaged by the  NASA/ESA Hubble Space Telescope."
image = pipeline(prompt).images[0]
image.save("my_image.png")

Training info

These are the key hyperparameters used during training:

  • Epochs: 50
  • Learning rate: 1e-05
  • Batch size: 1
  • Gradient accumulation steps: 4
  • Image resolution: 512
  • Mixed-precision: fp16

Intended uses & limitations

How to use

# TODO: add an example code snippet for running this diffusion pipeline

Limitations and bias

[TODO: provide examples of latent issues and potential remediations]

Training details

[TODO: describe the data used to train the model]

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for WhaSuk/sd-hubble-model2

Finetuned
(282)
this model