Instructions to use Langboat/Guohua-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Langboat/Guohua-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Langboat/Guohua-Diffusion", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
How is the Japanese style Sumi-e translated in China? Would it be present here?
#1
by piespe - opened
That's great, thanks.
There is a drawing style in Japan which is called sumi-e, which I like very much. It's black and white, very stylised, giving a sense with just a few strokes. Is there something similar in China? How would it be called? I tried to use sumi-e but the results are quite different
Not knowing much about art history, there are many schools of traditional Chinese painting that also influenced Southeast Asia. Maybe you can refer to https://en.wikipedia.org/wiki/Ink_wash_painting
Thank you very much. Indeed I don't know much about art history. :-D
piespe changed discussion status to closed