metadata
tags:
- text-to-image
- stable-diffusion
- lora
- diffusers
- template:sd-lora
widget:
- text: '-'
output:
url: images/0.jpg
base_model: CompVis/stable-diffusion-v1-4
instance_prompt: null
Mukh-Oboyob
vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-ema")
pipeline = DiffusionPipeline.from_pretrained(
"CompVis/stable-diffusion-v1-4",
tokenizer=AutoTokenizer.from_pretrained('csebuetnlp/banglabert'),
text_encoder = AutoModel.from_pretrained("csebuetnlp/banglabert"),
vae=vae
)
Download model
Weights for this model are available in PyTorch format.
Download them in the Files & versions tab.