Instructions to use 0xJustin/Dungeons-and-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 0xJustin/Dungeons-and-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("0xJustin/Dungeons-and-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
sdxl
#18
by rogueturnip - opened
just curious if there is any plan to update to use sdxl.
So after some testing, I haven't preferred any fine tuning results to the base model- all of the races I've tried work pretty well out of the box, including things like doing aarakocra and promting for specific birds. Have there been any races you've been wanting more from from the base model?
oh really? i’ll have to work on my prompts then cause i was struggling with gender on races like dragon born