medmac01's picture
Update README.md
ef8f6b0
metadata
license: creativeml-openrail-m
tags:
  - pytorch
  - diffusers
  - stable-diffusion
  - text-to-image
  - diffusion-models-class
  - art
  - ThinkAI_Hackathon
widget:
  - text: a photo of beldi-v2 moroccan interior in a rooftop space
pipeline_tag: text-to-image

DreamBooth model for the beldi-v2 concept trained by medmac01 on the medmac01/dreambooth-moroccan-design-v2 dataset.

This is a Stable Diffusion model fine-tuned on the beldi-v2 concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of beldi-v2 moroccan interior

This model was created as part of the ThinkAI Hackathon organized by @1337_Coding_School & @MathMaroc 🔥. Visit the ThinkAI Page for more info.

Description

This is a Stable Diffusion model fine-tuned on moroccan interior images. Based on DreamBooth Stable Diffusion models.

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('medmac01/beldi-moroccan-interior-2')
image = pipeline().images[0]
image