Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
AIVID_IM – AI Model by athul2832 | AlphaNeural AI
You can deploy this model and start earning money today!
athul2832
/
AIVID_IM
like
0
diffusers
safetensors
text-to-image
lora
diffusion-lora
Osama03/Finetuned_diffusion_interiordesign
adapter
creativeml-openrail-m
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
AIVID_IM
Model description
tags:
lora
stable-diffusion
interior-design
peft model-index:
name: Interior Design LoRA results: []
Interior Design LoRA Weights
Model Description
This is a LoRA (Low-Rank Adaptation) model trained for interior design generation. It can be used with Stable Diffusion v1.5 to generate interior design images.
Usage
```python from diffusers import StableDiffusionPipeline import torch
pipe = StableDiffusionPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16 ) pipe.load_lora_weights("your-username/interior-design-lora-weights") pipe = pipe.to("cuda")
prompt = "modern living room interior design" image = pipe(prompt).images[0] image.save("interior_design.png") ```
Training Details
Base model: runwayml/stable-diffusion-v1-5
Training data: Interior design images
Training steps: [number of steps]
LoRA rank: 4
LoRA alpha: 4
Performance
This LoRA adapter enhances the base model to generate more stylistically consistent interior design images.
Limitations
This model is specialized for interior design and may not perform well on other subjects.
Download model
Download
them in the Files & versions tab.