Skip to content

Commit

Permalink
change base model to stablediffusionapi/juggernaut-xl-v8
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonymously committed Jan 23, 2024
1 parent 4c64b28 commit b85316e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,8 @@ cython_debug/

# Cog
.cog
checkpoints/
models/
output.jpg
result.jpg

2 changes: 1 addition & 1 deletion cog/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def setup(self) -> None:
local_files_only=True,
)

base_model_path = "stabilityai/stable-diffusion-xl-base-1.0"
base_model_path = "stablediffusionapi/juggernaut-xl-v8" #https://civitai.com/models/133005/juggernaut-xl
self.pipe = StableDiffusionXLInstantIDPipeline.from_pretrained(
base_model_path,
controlnet=self.controlnet,
Expand Down

0 comments on commit b85316e

Please sign in to comment.