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
Model tree for omarabdelnasser313/image_Genearation_1
Base model
stable-diffusion-v1-5/stable-diffusion-v1-5