import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Mark000111888/JLaw", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Model Card for Model ID
This modelcard aims to be a base template for new models. It has been generated using this raw template.
Model Details
Model Description
used dreambooth without caption
used ~5 training images, 50 regurization images of models
Trained for ~30mins
max_training_steps=1000
civitai link: https://civitai.com/models/27030
try prompt: "model photoshoot of zwx, with a black background"
Welcome to our discord channel: https://discord.com/invite/qM84dzKC
- Downloads last month
- 2
Model tree for Mark000111888/JLaw
Base model
runwayml/stable-diffusion-v1-5