Instructions to use eleefreie/90s_game_xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use eleefreie/90s_game_xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("eleefreie/90s_game_xl") prompt = "impactful paint of a cwoman in a cofee shop with a coffee <lora:90s__3D_Model:1.0>, highly detailed, 8k, sharp, professional, clear, high contrast, high saturated, , vivid deep blacks, crystal clear " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
90's game

- Prompt
- impactful paint of a cwoman in a cofee shop with a coffee <lora:90s__3D_Model:1.0>, highly detailed, 8k, sharp, professional, clear, high contrast, high saturated, , vivid deep blacks, crystal clear
- Negative Prompt
- ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, blurry, bad anatomy, blurred, watermark, grainy, signature, cut off, draft, multiple hands, low contrast, low resolution, out of focus
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 5
Model tree for eleefreie/90s_game_xl
Base model
stabilityai/stable-diffusion-xl-base-1.0