Instructions to use hlky/RealESRGAN_x4plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hlky/RealESRGAN_x4plus with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hlky/RealESRGAN_x4plus", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload 7 files
#1
by Changuo - opened
Global Style Lock (add to every scene)
“Soft hand-drawn storybook comic illustration in Watercolor Noir style, clean confident outlines, gentle watercolor shading, soft shadows, cinematic lighting, subtle paper grain texture, high-quality graphic novel look, natural proportions, realistic facial details, consistent character design across all panels.
Kerala scenes use warm vibrant golden tones. London scenes use cool desaturated blue/grey tones.”
Keep their facial proportions identical across every panel. No random faces. No beautify filter. Same character identity always.
hlky changed pull request status to closed