Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
dreambooth
diffusers-training
stable-diffusion
stable-diffusion-diffusers
Instructions to use mei-qi/dog_cute-save-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mei-qi/dog_cute-save-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("mei-qi/dog_cute-save-model", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of cute dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("mei-qi/dog_cute-save-model", dtype=torch.bfloat16, device_map="cuda")
prompt = "a photo of cute dog"
image = pipe(prompt).images[0]DreamBooth - mei-qi/dog_cute-save-model
This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of cute dog using DreamBooth. You can find some example images in the following.
DreamBooth for the text encoder was enabled: False.
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
- -
Model tree for mei-qi/dog_cute-save-model
Base model
CompVis/stable-diffusion-v1-4