A newer version of this model is available:
black-forest-labs/FLUX.1-dev
Emuixom/MySelfEmil - LoRA Model
This repository contains a LoRA fine-tuned version of the base model black-forest-labs/FLUX.1-dev
.
How to Use
Using the Inference API
You can use this model directly via the Hugging Face Inference API:
from diffusers import StableDiffusionPipeline
# Load pipeline with LoRA weights
pipe = StableDiffusionPipeline.from_pretrained("Emuixom/MySelfEmil", torch_dtype=torch.float16)
# Run inference
prompt = "Your descriptive prompt here"
image = pipe(prompt).images[0]
# Display the image
image.show()
- Downloads last month
- 10
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Model tree for Emuixom/MySelfEmil
Base model
black-forest-labs/FLUX.1-dev