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
- Draw Things
- DiffusionBee
new dnd 5e races
#10
by MrMcBadd - opened
hi, think you will be updating the model with the new dnd races that came out with Wild beyond the whitchlight and strixhaven, a curriculum of chaos?
The hard part is getting enough images of each of those races to learn them. But, for example Harengon, you can use the model, pick, say, tabaxi, and use rabbit in the prompt to get a rabbit head on there. For Owlin, the same but for aarakocra
Interesting thanks for the insight