Open
Conversation
- Add microsoft/phi-3-mini-4k-instruct: Microsoft's 3.8B parameter lightweight LLM (text.generate) - Add deforum-art/deforum-stable-diffusion: Deforum Stable Diffusion for video generation (video.generate) Generated 159 total nodes, updated package metadata and DSL code, fixed code formatting. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
….1, OpenJourney V4) - fofr/sdxl-controlnet-lora: Multi-controlnet SDXL with LoRA loading, img2img, and inpainting - lucataco/realistic-vision-v5.1: Implementation of Realistic Vision v5.1 with VAE for photorealistic images - prompthero/openjourney-v4: SD 1.5 trained with +124k Midjourney v4 images All models are in the image.generate namespace and include proper ImageRef overrides for image inputs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added 2 new Replicate models to the nodetool-replicate repository:
Phi_3_Mini_4K_Instruct (
microsoft/phi-3-mini-4k-instruct) - Microsoft's 3.8B parameter lightweight open model trained with Phi-3 datasets (text generation)Deforum_Stable_Diffusion (
deforum-art/deforum-stable-diffusion) - Deforum Stable Diffusion for creating animated videos (video generation)Changes
src/nodetool/nodes/replicate/gencode.pyTest plan
ruff check .)black --check .)🤖 Generated with Claude Code