Instructions to use CiroN2022/cyber-graphic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CiroN2022/cyber-graphic 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("CiroN2022/cyber-graphic") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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("CiroN2022/cyber-graphic")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]YAML Metadata Error:"widget[0].text" must be a string
Cyber Graphic
Introducing Cyber Graphic Model: An AI Model for Cyberpunk and Graphic Art
Cyber Graphic Model is designed to generate captivating computer art, poster art, and cyberpunk-inspired visuals.
the SDXL version works on its own without any other loRAs
only for 1.5 versions : To achieve the best results in your creative endeavors, a winning combination involves utilizing both the "fine-tuned" version and the "general style" models. Each model plays a specific and complementary role, enhancing the overall output and providing a powerful toolset to unlock your creative potential.
The training of Cyber Graphic Model utilized a carefully curated dataset, consisting of a wide range of computer art, poster art, and cyberpunk-themed images. The dataset encompassed various styles, compositions, color palettes, and artistic techniques prevalent in the cyberpunk and graphic art genres.
Image examples for the model:
- Downloads last month
- 10
Model tree for CiroN2022/cyber-graphic
Base model
stabilityai/stable-diffusion-xl-base-1.0








