Instructions to use piEsposito/openpotionbottle-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use piEsposito/openpotionbottle-v2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("piEsposito/openpotionbottle-v2", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("piEsposito/openpotionbottle-v2", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Open Potion Bottle v2 Dreambooth model trained by piEsposito with open weights, configs and prompts (as it should be)
- Concept:
potionbottle
You can run this concept via diffusers Colab Notebook for Inference
Sample pictures of this concept:
Usage examples with potionbottle
Prompt: fantasy dragon inside a potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: green potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: spiral galaxy inside a potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: lightning storm inside a potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: pomeranian as a potionbottle, perfectly ornated, intricate details, 3d render vray, uhd, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: milkshake as potionbottle, perfectly ornated, intricate details, 3d render vray, beautiful, trending on artstation
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30
Prompt: a square potionbottle full of fire. Art by smoose2. Caustic reflections, shadows
CFG Scale: 10
Scheduler:
diffusers.EulerAncestralDiscreteSchedulerSteps: 30

By https://twitter.com/piesposi_to
- Downloads last month
- 37