Instructions to use nousr/robo-diffusion-2-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nousr/robo-diffusion-2-base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nousr/robo-diffusion-2-base", 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
brown images
hello,
all i'm getting out of this model is this kind of image.
prompt : (High quality Professional Photo:1.3) of (Ultrarealistic:1.3) nousr robot complex angular intricate red and white,, highly detailed, sharp focus, 8k, 4k,,detailed, colorful, portrait, 50mm, F/2.8, 1m away, ((neon light, volumetric light, global illumination, studio light)),HD,4K,8K,highly detailed,Sharp,Photo-realism,Professional photograph,Masterpiece
Negative prompt: blurry, art, painting, drawing, sketch, round,Amateur,Low rated,Phone,Wedding,Frame,Painting,tumblr,((watermark)),(text),(overlay),getty images,(cropped),low quality,worst quality
Steps: 35, Sampler: Euler a, CFG scale: 10, Seed: 1682108449, Size: 768x768, Model hash: 15540f03
this model is not formatted to use with AUTOMATIC1111