Amenhotep III Statue Image Generator πŸŽ¨πŸ—Ώ

This is a custom diffusion model fine-tuned using LoRA adapters on images of the Amenhotep III statue. It’s based on Hugging Face's diffusers library and designed to generate stylized images related to ancient Egyptian statue art.

🧠 Model Details

  • Base Model: Stable Diffusion (or specify if it's another)
  • Fine-tuning Method: LoRA (Low-Rank Adaptation)
  • Dataset: A curated set of images featuring the Amenhotep III statue
  • Use Case: Stylized image generation inspired by ancient Egyptian culture

πŸ§ͺ How to Use

from diffusers import DiffusionPipeline

# Load the LoRA fine-tuned pipeline
pipe = DiffusionPipeline.from_pretrained("omarabdelnasser313/image_Genearation_1")
pipe = pipe.to("cuda")

# Generate an image of the Amenhotep III statue
prompt = "A photorealistic ancient Egyptian statue of Amenhotep III under golden sunlight"
image = pipe(prompt, num_inference_steps=500, guidance_scale=7.5).images[0]

# Display the result
image.show()  # For local environments

# Optional: Use this if running in Kaggle, Colab, or Jupyter notebooks
display(image)
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for omarabdelnasser313/image_Genearation_1

Finetuned
(322)
this model