Instructions to use Nidesh/test_dreambooth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Nidesh/test_dreambooth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Nidesh/test_dreambooth") prompt = "Generate HD illustration: Khuze Siam man enjoying pizza. Stunning colors, masterpiece, detailed facial expressions, and pizza texture for a vivid portrayal." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Nidesh/test_dreambooth")
prompt = "Generate HD illustration: Khuze Siam man enjoying pizza. Stunning colors, masterpiece, detailed facial expressions, and pizza texture for a vivid portrayal."
image = pipe(prompt).images[0]Test

- Prompt
- Generate HD illustration: Khuze Siam man enjoying pizza. Stunning colors, masterpiece, detailed facial expressions, and pizza texture for a vivid portrayal.
- Negative Prompt
- (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck
Trigger words
You should use a photo of Khuzema Siam man to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 8
Model tree for Nidesh/test_dreambooth
Base model
stabilityai/stable-diffusion-xl-base-1.0