How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/DreamPhotoGASM", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("aztro/sdxl-maba")

prompt = "tessy"
image = pipe(prompt).images[0]

AutoTrain LoRA DreamBooth - ovieyra21/autotrain-begg7-ozit5

These are LoRA adaption weights for Yntec/DreamPhotoGASM. The weights were trained on tessy using DreamBooth. LoRA for the text encoder was enabled: False.

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for aztro/sdxl-maba

Adapter
(1)
this model