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
-
Safetensors
Model size
0.9B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for omarabdelnasser313/image_Genearation_1

Finetuned
(389)
this model