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
What were some prompts? Can't get it to do anything really.
#2
by xfreakazoidx - opened
I tried things like "guohua style, satar wars movie poster" but just keep getting the traditional styled art and nothing related to the subject I typed.
Try "guohua style, star wars movie poster"